public enum ImageLineWeight : System.Enum
'Declaration Public Enum ImageLineWeight Inherits System.Enum
Member | Description |
---|---|
Double | Specifies a double line thickness. This is thicker than the single line weight. |
Hairline | Specifies a hairline thickness. This is the thinnest line weight available. |
Single | Specifies a single line thickness. This is the default line weight. |
Thick | Specifies a thick line thickness. This is the thickest line weight available. |
System.Object
System.ValueType
System.Enum
GrapeCity.SpreadBuilder.Imaging.ImageLineWeight