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

In This Topic
    StrikeTopLeftToBottomRight Property
    In This Topic
    Gets or sets whether to show the strikethrough diagonal line from the top-left corner to the bottom-right corner of the border box.

    Default value is false.

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