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

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

    Default value is false.

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