ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / Gradient Class / Center Property

In This Topic
    Center Property (Gradient)
    In This Topic
    Gets or sets the System.Drawing.Point that represents the center of a radial gradient background in percentage units.
    Syntax
    'Declaration
     
    Public Property Center As System.Drawing.Point
    public System.Drawing.Point Center {get; set;}
    See Also