'宣言 Public Shared Function GetTextFormatFlags( _ ByVal stringFormat As StringFormat, _ Optional ByVal rightToLeft As Boolean _ ) As TextFormatFlags
public static TextFormatFlags GetTextFormatFlags( StringFormat stringFormat, bool rightToLeft )
パラメータ
- stringFormat
 - The text layout information.
 - rightToLeft
 - If true, the text is displayed from right to left.
 
戻り値の型
The display and layout information for text strings.