BorderBoxProperties.StrikeVertical Property

Border Box Strikethrough Vertical.Represents the element tag in schema: m:strikeV

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property StrikeVertical As StrikeVertical
    Get
    Set
'Usage
Dim instance As BorderBoxProperties
Dim value As StrikeVertical

value = instance.StrikeVertical

instance.StrikeVertical = value
public StrikeVertical StrikeVertical { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Math.StrikeVertical
Returns StrikeVertical.

See Also

Reference

BorderBoxProperties Class

BorderBoxProperties Members

DocumentFormat.OpenXml.Math Namespace