Link Search Menu Expand Document

StringFormat Properties

The StringFormat type exposes the following members.

Properties
NameDescription
Public propertyCharacterSpacing
Gets or sets value that indicates a distance between the text characters. When the glyph for each character in the string is rendered, this value is added to the the glyph’s displacement.
Public propertyDirectionRightToLeft
Gets or sets the text direction.
Public propertyDisableLigatures
Gets or sets whether to disable font ligatures when drawing text in RTL (right-to-left) languages.
Public propertyHorizontalAlign
Gets or sets the text horizontal alignment.
Public propertyLeading
Gets or sets the text leading. It specifies the vertical distance between the baselines of adjacent lines of text.
Public propertyRise
Gets or sets the text rise.
Public propertyScaling
Gets or sets the horizontal scaling of text.
Public propertyVerticalAlign
Gets or sets the text vertical alignment.
Public propertyWordSpacing
Gets or sets a value that indicates spacing between the words in the text.
Top
See Also

Reference