.NET Framework Class Library

Path.FillMode Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Path Class > Path Properties >

.NET Framework Class Library

Path.FillMode Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property FillMode As FillMode
 Get
 Set

C#

public FillMode FillMode { getset; }

Visual C++

public:
property FillMode FillMode {
 FillMode get ();
 void set (FillMode value);
}

See Also

Path Class

Path Members

Gnostice.Core.DOM Namespace