TreeView for WinForms | ComponentOne
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
     
    
    <TypeConverterAttribute(System.Drawing.PointConverter)>
    <CategoryAttribute("Gradient")>
    <DefaultValueAttribute(System.Drawing.Point, "50,50")>
    <DescriptionAttribute("Gets or sets the Point that represents the center of a radial gradient background in percentage units.")>
    Public Property GradientCenter As Point
    [TypeConverter(System.Drawing.PointConverter)]
    [Category("Gradient")]
    [DefaultValue(System.Drawing.Point, "50,50")]
    [Description("Gets or sets the Point that represents the center of a radial gradient background in percentage units.")]
    public Point GradientCenter {get; set;}
    See Also