| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Selection.Strikeout Property |
||
| Description: | Gets or sets the strikeout attribute of the selected text. |
|
| Syntax: |
[C#]
public bool Strikeout { get; set; }
[Visual Basic] Public Property Strikeout() 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. | |