| 名前 | 解説 | |
|---|---|---|
![]() | AllTextFit | Calculated. Indicates whether all text fit into bounds specified by the MaxWidth and MaxHeight. |
![]() | CharPitch | Gets or sets the value defining additional space between characters. This value will be added to the width of each character. |
![]() | GdiCompatible | Gets or sets a value indicating whether the text should be rendered in GDI compatible mode. |
![]() | Highlight | Gets or sets the highlighting which should be used. |
![]() | JustifyLastLine | Gets or sets a value indicating whether the last line should be justified if TextAlign is Justify or JustifyChars. |
![]() | Lines | Calculated. List of the text lines. |
![]() | LinesAlign | Gets the vertical text alignment, defines how lines of the text are aligned. |
![]() | LinesFlowDirection | Calculated. Contains the direction of the lines' flow. |
![]() | LineSpacing | Gets or sets the line spacing, 1 by default, no additional spacing. |
![]() | MaxHeight | Gets or sets the maximum available height, null - height is unlimited. |
![]() | MaxWidth | Gets or sets the maximum available width, null - width is unlimited. |
![]() | MeasureTrailingSpaces | Gets or sets a value indicating whether the space at the end of each line is included in a string measurement. |
![]() | NewParagraph | Gets or sets a value indicating whether the first line should be interpretted as first line of the paragraph. |
![]() | RightToLeft | Gets a value indicating whether the text are aligned to support locales using right-to-left fonts. |
![]() | TextAlign | Gets the horizontal text alignment. |
![]() | TextAngle | Gets or sets a text angle. |
![]() | TextFitMode | Gets or sets a value indicating how tex should be fit in specified bounds, bounds are specified by the MaxWidth and MaxHeight, they both should be not null if TextFitMode is not None. |
![]() | TextIndent | Gets or sets an indent of first line. |
![]() | TextLength | Calculated. Total text length. |
![]() | TextRanges | Gets the collection of formatted text ranges. |
![]() | VerticalLines | Gets or sets a value indicating whether the lines of text should go from left to right or from right to left. This property is used only if TextAngle specifies not a right angle (not 0, 90, 180 or 270). Null indicates that direction will be autocalculated on the base of TextAngle, MaxWidth, MaxHeight. |
![]() | WordWrap | Gets or sets a value indicating whether text automatically wraps to the next line when there is not enough space left on the current line. |
![]() | WritingMode | Gets the writing mode, horizontal, vertical etc. |




