Skip to main content
All docs
V25.2
  • TextAreaProperties.HorizontalAnchorCenter Property

    Gets or sets a value that indicates whether the text area is horizontally centered.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool? HorizontalAnchorCenter { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if the text area is horizontally centered; otherwise, false.

    See Also