Class TextFormat
Encapsulates text layout information (such as alignment and orientation) display manipulations (such as ellipsis insertion). This class cannot be inherited.
public class TextFormat : BaseObject, IBaseObject
- Inheritance
-
TextFormat
- Implements
Properties
- Default
Gets a default TextFormat object.
- HorizontalAlignment
Gets or sets horizontal alignment of the text.
- Trimming
Gets or sets the TextTrimming enumeration for this TextFormat object.
- VerticalAlignment
Gets or sets the vertical alignment of the text.
- Wrapping
Gets or sets the TextWrapping enumeration for this TextFormat object.