Skip to main content
All docs
V25.1
  • PlaceholderSettings.Orientation Property

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public Direction Orientation { get; set; }

    Property Value

    Type
    Direction

    Available values:

    Name Description
    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 Type Path to Orientation
    FilledShape
    .PlaceholderSettings .Orientation
    See Also