Skip to main content
All docs
V26.1
  • TextAreaProperties.HorizontalAnchorCenter Property

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

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public bool? HorizontalAnchorCenter { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

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

    See Also