[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPaintType

SvgPaintType Enum

Specifies the type of SVG paint.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgPaintType
Public Enum SvgPaintType

Fields

Name Description
Color

A solid color paint.

ContextFill

Use the paint value of fill from a context element.

ContextStroke

Use the paint value of stroke from a context element.

Href

A URL reference to a paint server element.

HrefWithFallback

A URL reference to a paint server element followed by a fall-back color value.

None

No paint is applied in this layer.