Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / Fill Property

In This Topic
    Fill Property
    In This Topic
    Gets or sets an SvgPaint for the interior of the given graphical element.
    Syntax
    'Declaration
     
    Public Property Fill As SvgPaint
    public SvgPaint Fill {get; set;}
    See Also