'Declaration Public Enum BrushTileMode Inherits System.Enum
public enum BrushTileMode : System.Enum
__value public enum BrushTileMode : public System.Enum
public enum class BrushTileMode : public System.Enum
'Declaration Public Enum BrushTileMode Inherits System.Enum
public enum BrushTileMode : System.Enum
__value public enum BrushTileMode : public System.Enum
public enum class BrushTileMode : public System.Enum
Member | Description |
---|---|
None | The image or gradient is not tiled. |
Tile | Tiles the gradient or image. |
FlipX | Reverses the texture or image horizontally and then tiles the image or gradient. |
FlipY | Reverses the texture or image vertically and then tiles the image or gradient. |
FlipXY | Reverses the texture or image horizontally and vertically and then tiles the image or gradient. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Drawing.BrushTileMode
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5