Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / CurrentColor Property

In This Topic
    CurrentColor Property
    In This Topic
    Gets or sets the currentColor value used by the SVG renderer.
    Syntax
    'Declaration
     
    Public Property CurrentColor As System.Nullable(Of SvgColor)
    public System.Nullable<SvgColor> CurrentColor {get; set;}
    See Also