Back to Devexpress

PlaceholderSettings.Orientation Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-placeholdersettings-f5b15efb.md

latest1.6 KB
Original Source

PlaceholderSettings.Orientation Property

Gets or sets the placeholder orientation.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public Direction Orientation { get; set; }
vb
Public Property Orientation As Direction

Property Value

TypeDescription
Direction

The placeholder orientation.

|

Available values:

NameDescription
Horizontal

The drawing guide is oriented horizontally.

| | Vertical |

The drawing guide is oriented vertically.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Orientation
FilledShape

.PlaceholderSettings .Orientation

|

See Also

PlaceholderSettings Class

PlaceholderSettings Members

DevExpress.Docs.Presentation Namespace