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

In This Topic
    Color Property (SvgElement)
    In This Topic
    Gets or sets an SvgColor providing a potential indirect value, currentColor, for other properties.
    Syntax
    'Declaration
     
    Public Property Color As System.Nullable(Of SvgColor)
    public System.Nullable<SvgColor> Color {get; set;}
    See Also