DrawingGuide.Position Property
Gets the drawing guide’s position from the top-left corner of the slide, in points.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Single | The drawing guide position, in points. |
Remarks
Create a DrawingGuide instance with its constructor to specify this property value.
See Also