Skip to main content
A newer version of this page is available. .

TextOptions.GetStringFormatInfo() Method

Returns a StringFormatInfo object whose settings reflect the alignment, word wrapping and text trimming options of the TextOptions.DefaultOptions object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public StringFormatInfo GetStringFormatInfo()

Returns

Type Description
DevExpress.Utils.StringFormatInfo

A StringFormatInfo object whose properties are set to match the appropriate values.

Remarks

This method returns a StringFormatInfo object. Its FormatFlags, Alignment, Trimming and LineAlignment properties reflect the state of the TextOptions.WordWrap, TextOptions.HAlignment, TextOptions.Trimming and TextOptions.VAlignment properties of the TextOptions.DefaultOptions object.

See Also