| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Selection.FormattingStyle Property |
||
| Description: | Gets or sets the formatting style of the selected text. |
|
| Syntax: |
[C#]
public string FormattingStyle { get; set; }
[Visual Basic] Public Property FormattingStyle() As String |
|
| Remarks: | The property returns an empty string when the text selection contains multiple characters with different styles.
The Selection.IsCommonValueSelected method can be used to check for mixed attributes. |
|
| Limitations: | Runtime only. |
|
| Introduced: | 10.1 |
|
| See also: | Text Selections and Character Input, Graphical Overview. | |