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

In This Topic
    HideRight Property
    In This Topic
    Gets or sets whether to hide the right edge of the border box.

    Default value is false.

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