PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / Borders Structure
Properties


In This Topic
    Borders Structure Members
    In This Topic

    The following tables list the members exposed by Borders.

    Public Properties
     NameDescription
    Public PropertySets all four borders to a single value.  
    Public PropertyGets or sets the bottom border.  
    Public PropertyGets or sets the expression used to calculate Borders.Bottom.  
    Public PropertyGets a value indicating whether the current Borders structure defines rounded borders (i.e. whether both Borders.RadiusX and Borders.RadiusY have non-zero values).  
    Public PropertyGets or sets the left border.  
    Public PropertyGets or sets the expression used to calculate Borders.Left.  
    Public PropertyGets or sets the x-radius of the ellipse used to draw the rounded corners of the border.  
    Public PropertyGets or sets the expression used to calculate Borders.RadiusX.  
    Public PropertyGets or sets the y-radius of the ellipse used to draw the rounded corners of the border.  
    Public PropertyGets or sets the expression used to calculate Borders.RadiusY.  
    Public PropertyGets or sets the right border.  
    Public PropertyGets or sets the expression used to calculate Borders.Right.  
    Public PropertyGets or sets the top border.  
    Public PropertyGets or sets the expression used to calculate Borders.Top.  
    Top
    See Also