ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Drawing.Point
    public System.Drawing.Point Center {get; set;}
    See Also