GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / BrushFocusScales Property
In This Topic
    BrushFocusScales Property (GoShape)
    In This Topic
    Gets or sets the size of the focus area for path gradients, as normalized fractions of the size of the shape.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The fractional size of the focus area of a path gradient, each value from 0 to 1")]
    public virtual SizeF BrushFocusScales {get; set;}

    Property Value

    A SizeF whose Width and Height values must be between 0 and 1.
    Remarks
    This property is not meaningful unless the BrushStyle is a path gradient. Changing the BrushStyle may also change the value of this property.
    See Also