.NET Framework Class Library

VGraphics.IsFill Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

VGraphics.IsFill Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property IsFill As Boolean
 Get
 Set

C#

public bool IsFill { getset; }

Visual C++

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

See Also

VGraphics Class

VGraphics Members

Gnostice.Core.DOM Namespace