| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Selection.Italic Property |
||
| Description: | Gets or sets the italic attribute of the selected text. |
|
| Syntax: |
[C#]
public bool Italic { get; set; }
[Visual Basic] Public Property Italic() As Boolean |
|
| Remarks: | The property's default value is false. The property returns its default value when the text selection contains multiple characters with mixed setting. The Selection.IsCommonValueSelected method can be used to check for mixed attributes. |
|
| Limitations: | Runtime only. |
|
| See also: | Text Selections and Character Input, Graphical Overview. | |