Skip to main content
All docs
V25.2
  • TextAreaProperties Members

    Contains properties that define the appearance and behavior of the text area.

    Constructors

    Name Description
    TextAreaProperties() Initializes a new instance of the TextAreaProperties class.

    Properties

    Name Description
    AutoFit Gets or sets how text is resized to fit within a text area.
    BottomMargin Gets or sets the bottom margin of the text area in Document units (1/300 of an inch).
    ColumnCount Gets or sets the number of columns in the text area.
    ColumnSpacing Gets or sets the spacing between columns in the text area.
    HorizontalAnchorCenter Gets or sets a value that indicates whether the text area is horizontally centered.
    LeftMargin Gets or sets the left margin of the text area in Document units (1/300 of an inch).
    PresetTextWarp Gets or sets the preset text warp type for the text area.
    RightMargin Gets or sets the right margin of the text area in Document units (1/300 of an inch).
    RightToLeftColumns Gets or sets a value that indicates whether columns in the text area are arranged from right to left.
    RotationAngle Gets or sets the rotation angle of the text area.
    Text3D Gets or sets the 3D text settings for the text area.
    TextVerticalType Gets or sets the vertical text orientation type for the text area.
    TextWrapping Gets or sets the text wrapping type for the text area.
    TopMargin Gets or sets the top margin of the text area in Document units (1/300 of an inch).
    VerticalAnchorType Gets or sets the vertical anchor type for the text area.

    Methods

    Name Description
    Clone() Clones the current TextAreaProperties instance.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also