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

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

    Default value is false.

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