Version

StrikeThrough Enumeration

Constants which define the manner in which a line is drawn through the text.
Syntax
'Declaration
 
Public Enum StrikeThrough 
   Inherits System.Enum
public enum StrikeThrough : System.Enum 
Members
MemberDescription
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
DoubleOffThe 'DoubleOn' setting is explicitly disabled for the associated run. Use this setting to clear the double strikethough effect for this run when the setting is enabled at a higher level of the property resolution hierarchy.
DoubleOnA double line is drawn through the text.
SingleOffThe 'SingleOn' setting is explicitly disabled for the associated run. Use this setting to clear the single strikethough effect for this run when the setting is enabled at a higher level of the property resolution hierarchy.
SingleOnA single line is drawn through the text.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also