TextAreaProperties Properties
Contains properties that define the appearance and behavior of the text area.| 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. |
See Also