Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathBorderBox Class / StrikeVertical Property

In This Topic
    StrikeVertical Property
    In This Topic
    Gets or sets whether to show the strikethrough vertical line of the border box.

    Default value is false.

    Syntax
    'Declaration
     
    Public Property StrikeVertical As System.Boolean
    public System.bool StrikeVertical {get; set;}
    See Also