Skip to main content
All docs
V25.2
  • ON

    OnOrientationExtension.Portrait Property

    Gets or sets the size value when the device in the portrait orientation.

    Namespace: DevExpress.Maui.Core

    Assembly: DevExpress.Maui.Core.dll

    NuGet Package: DevExpress.Maui.Core

    Declaration

    public object Portrait { get; set; }

    Property Value

    Type Description
    System.Object

    The display orientation value.

    Remarks

    For more information, refer to the following help topic: OnOrientationExtension.

    See Also