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

In This Topic
    Normalize Property
    In This Topic
    Gets or sets a value indicating whether to normalize the brush ensuring that it renders in the same way on all supported target graphics (such as PDF, bitmap or SVG).
    • If true, and the focal point is outside the end circle, it is moved to be on the end circle.
    • If false, the focal point position is not adjusted if it is outside the end circle, and the result will depend on the implementation of the target GcGraphics.

    The default is true.

    Syntax
    'Declaration
     
    Public Property Normalize As System.Boolean
    public System.bool Normalize {get; set;}
    See Also