FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / CornerRadius Structure
Fields Properties Methods


In This Topic
    CornerRadius Structure Members
    In This Topic

    The following tables list the members exposed by CornerRadius.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets a CornerRadius structure defining a rectangle with square corners.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a single radius value for all corners. Getting this property when different radii have different values returns null. Setting this property to null does not have any effect.  
    Public PropertyGets or sets a single X radius value for all corners. Getting this property when different X radii have different values returns null. Setting this property to null does not have any effect.  
    Public PropertyGets or sets a single Y radius value for all corners. Getting this property when different Y radii have different values returns null. Setting this property to null does not have any effect.  
    Public PropertyGets or sets the x-radius of the bottom left corner.  
    Public PropertyGets or sets the y-radius of the bottom left corner.  
    Public PropertyGets or sets the x-radius of the bottom right corner.  
    Public PropertyGets or sets the y-radius of the bottom right corner.  
    Public PropertyGets or sets the x-radius of the upper left corner.  
    Public PropertyGets or sets the y-radius of the upper left corner.  
    Public PropertyGets or sets the x-radius of the upper right corner.  
    Public PropertyGets or sets the y-radius of the upper right corner.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the fully qualified type name of this instance.  
    Top
    See Also