[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.RadialGradientBrush.RadiusOfEndCircle

RadiusOfEndCircle Property

RadiusOfEndCircle

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-null value enables the following properties:

And the following properties are ignored if this property has a value:
  • GrapeCity.Documents.Drawing.RadialGradientBrush.CoverRectangle
  • GrapeCity.Documents.Drawing.RadialGradientBrush.AllowEllipticGradients
Declaration
public float? RadiusOfEndCircle { get; set; }
Public Property RadiusOfEndCircle As Single?