DrawingGuide.Orientation Property
Gets the drawing guide’s orientation.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
| Type | Description |
|---|---|
| Direction | The drawing guide’s orientation. |
Available values:
| Name | Description |
|---|---|
| Horizontal | The drawing guide is oriented horizontally. |
| Vertical | The drawing guide is oriented vertically. |
Remarks
Create a DrawingGuide instance with its constructor to specify this property value.
See Also