.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 >

.NET Framework Class Library

FillType Enumeration

Specifies the type of fill.

Namespace: Gnostice.Core.Graphics

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration FillType

C#

public enum FillType

Visual C++

public enum class FillType

Members


Member name

Value

Description


NoFill

0

Specifies no fill


SolidFill

1

Specifies a solid fill with a specified color

See Also

Gnostice.Core.Graphics Namespace