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

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

    Default value is false.

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