.NET Framework Class Library

DrawingProperties.ParsedPositionX Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DrawingProperties.ParsedPositionX Property

This property provides the 'X' position of the drawing as read from the document. The position is without applying the offset properties of the drawing.

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property ParsedPositionX As Single
 Get
 Set

C#

public float ParsedPositionX { getset; }

Visual C++

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

See Also

DrawingProperties Class

DrawingProperties Members

Gnostice.Core.DOM Namespace