.NET Framework Class Library

DrawingProperties.ParsedPositionY 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.ParsedPositionY Property

This property provides the 'Y' 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 ParsedPositionY As Single
 Get
 Set

C#

public float ParsedPositionY { getset; }

Visual C++

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

See Also

DrawingProperties Class

DrawingProperties Members

Gnostice.Core.DOM Namespace