.NET Framework Class Library

DrawingProperties.VRelativePosition Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

DrawingProperties.VRelativePosition Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property VRelativePosition As VRelativePosition
 Get
 Set

C#

public VRelativePosition VRelativePosition { getset; }

Visual C++

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

See Also

DrawingProperties Class

DrawingProperties Members

Gnostice.Core.DOM Namespace