DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPaintType Enumeration

SvgPaintType Enumeration
Specifies the type of SVG paint.
Syntax
'Declaration
 
Public Enum SvgPaintType 
   Inherits System.Enum
 
Members
MemberDescription
ColorA solid color paint.
ContextFillUse the paint value of fill from a context element.
ContextStrokeUse the paint value of stroke from a context element.
HrefA URL reference to a paint server element.
HrefWithFallbackA URL reference to a paint server element followed by a fall-back color value.
NoneNo paint is applied in this layer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgPaintType

See Also