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

In This Topic
    FrameStyle Class Members
    In This Topic

    The following tables list the members exposed by FrameStyle.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value specifying which border lines are drawn in a table cell or table frame. The default is FrameBorders.AllBorders.  
    Public PropertyGets or sets the corner radius for the inner border, in graphic units. The default is 0.

    This property only has effect if all border lines are drawn.

     
    Public PropertyGets or sets the brush to fill background of the inner area.  
    Public PropertyGets or sets the color to fill background of the inner area. The default is transparent.

    Ignored if the FillBrush property is set.

     
    Public PropertyGets or sets the color of the inner border line. The default is black.

    Ignored if the Pen property is set.

     
    Public PropertyGets or sets all line padding values at once (left, top, right, bottom), in graphic units.  
    Public PropertyGets or sets the bottom padding of the inner border, in graphic units. The default is 0.  
    Public PropertyGets or sets the left padding of the inner border, in graphic units. The default is 0.  
    Public PropertyGets or sets the left and right padding of the inner border, in graphic units.  
    Public PropertyGets or sets the right padding of the inner border, in graphic units. The default is 0.  
    Public PropertyGets or sets the top padding of the inner border, in graphic units. The default is 0.  
    Public PropertyGets or sets the top and bottom padding of the inner border, in graphic units.  
    Public PropertyGets or sets the width of the inner border, in graphic units. The default is 0.

    Ignored if the Pen property is set.

     
    Public PropertyGets or sets the pen to draw the inner border line.  
    Top
    See Also