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

    Gets or sets how text is resized to fit within a text area.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextAutoSize AutoFit { get; set; }

    Property Value

    Type Description
    TextAutoSize

    The text auto size setting for the text area.

    See Also