InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / Style Class / GradientCenter Property

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