'Declaration
Public Shared Function GetTextFormatFlags( _ ByVal stringFormat As StringFormat, _ Optional ByVal rightToLeft As Boolean _ ) As TextFormatFlags
public static TextFormatFlags GetTextFormatFlags( StringFormat stringFormat, bool rightToLeft )
Parameters
- stringFormat
- The text layout information.
- rightToLeft
- If true, the text is displayed from right to left.
Return Value
The display and layout information for text strings.