Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / FrameStyle Class / Borders Property

In This Topic
    Borders Property
    In This Topic
    Gets or sets a value specifying which border lines are drawn in a table cell or table frame. The default is FrameBorders.AllBorders.
    Syntax
    'Declaration
     
    Public Property Borders As FrameBorders
    public FrameBorders Borders {get; set;}
    See Also