.NET Framework Class Library
PenType Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > PenType Enumeration |
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration PenType |
C# |
public enum PenType |
Visual C++ |
public enum class PenType |
Member name |
Value |
Description |
|
SolidColor |
0 |
Specifies a solid fill. |
|
HatchFill |
1 |
Specifies a hatch fill. |
|
TextureFill |
2 |
Specifies a bitmap texture fill. |
|
PathGradient |
3 |
Specifies a path gradient fill. |
|
LinearGradient |
4 |
Specifies a linear gradient fill. |