InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / BackgroundBrushProvider Class / Center Property

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