[]
Gets the TextFormatFlags corresponding to the specified StringFormat.
public static TextFormatFlags GetTextFormatFlags(StringFormat stringFormat, bool rightToLeft = false)
| Type | Name | Description |
|---|---|---|
| StringFormat | stringFormat | The text layout information. |
| bool | rightToLeft | If true, the text is displayed from right to left. |
| Type | Description |
|---|---|
| TextFormatFlags | The display and layout information for text strings. |