.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 > 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)
Visual Basic |
Public Property ParsedPositionX As Single |
C# |
public float ParsedPositionX { get; set; } |
Visual C++ |
public: |