.NET Framework Class Library

VGraphics.Brush 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.Brush Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property Brush As Brush
 Get
 Set

C#

public Brush Brush { getset; }

Visual C++

public:
property BrushBrush {
 Brushget ();
 void set (Brushvalue);
}

See Also

VGraphics Class

VGraphics Members

Gnostice.Core.DOM Namespace