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

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

    Default value is false.

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