.NET Framework Class Library
FillType Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > FillType Enumeration |
Specifies the type of fill.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration FillType |
C# |
public enum FillType |
Visual C++ |
public enum class FillType |
Member name |
Value |
Description |
|
NoFill |
0 |
Specifies no fill |
|
SolidFill |
1 |
Specifies a solid fill with a specified color |