Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / RadialGradientBrush Class / RadiusOfEndCircle Property

In This Topic
    RadiusOfEndCircle Property
    In This Topic
    Gets or sets the radius of the end circle that defines the end of the gradient, as a fraction of the normalized diagonal. The normalized diagonal length is calculated as sqrt(width² + height²) / sqrt(2).

    Setting this property to a non-a null reference (Nothing in Visual Basic) value enables the following properties:

    And the following properties are ignored if this property has a value:
    • CoverRectangle
    • AllowEllipticGradients
    Syntax
    'Declaration
     
    Public Property RadiusOfEndCircle As System.Nullable(Of Single)
    public System.Nullable<float> RadiusOfEndCircle {get; set;}
    See Also