| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageLineWeight Inherits System.Enum | |
| C# | |
|---|---|
public enum ImageLineWeight : System.Enum | |
| Member | Description |
|---|---|
| Double | Renders a double line around the image. |
| Hairline | Renders a thin line around the image. |
| Single | Renders a single line around the image. |
| Thick | Renders a thick line around the image. |
System.Object
System.ValueType
System.Enum
GrapeCity.SpreadBuilder.Imaging.ImageLineWeight