Specifies the Fill type to use.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public enum FillType |
Visual Basic (Declaration) |
---|
Public Enumeration FillType |
Visual C++ |
---|
public enum class FillType |
Members
Member name | Description | |
---|---|---|
Solid |
Specifies a Solid Fill type.
| |
Gradient |
Specifies a Gradient Fill type.
| |
Texture |
Specifies a Texture Fill type.
| |
Pattern |
Specifies a Pattern Fill type.
|