TextCharacterPropertiesType.Strike Property
Strikethrough.Represents the attribte in schema: strike
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "strike")> _
Public Property Strike As EnumValue(Of TextStrikeValues)
Get
Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As EnumValue(Of TextStrikeValues)
value = instance.Strike
instance.Strike = value
[SchemaAttrAttribute(, "strike")]
public EnumValue<TextStrikeValues> Strike { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TextStrikeValues>
Returns EnumValue<T>.
See Also
Reference
TextCharacterPropertiesType Class