Table of Contents

Interface ISvgStylable

Namespace
Svg
Assembly
Svg.dll

Defines the methods and properties required for an SVG element to be styled.

public interface ISvgStylable

Properties

Fill

SvgPaintServer Fill { get; set; }

Property Value

SvgPaintServer

FillOpacity

float FillOpacity { get; set; }

Property Value

float

FillRule

SvgFillRule FillRule { get; set; }

Property Value

SvgFillRule

Opacity

float Opacity { get; set; }

Property Value

float

Stroke

SvgPaintServer Stroke { get; set; }

Property Value

SvgPaintServer

StrokeDashArray

SvgUnitCollection StrokeDashArray { get; set; }

Property Value

SvgUnitCollection

StrokeDashOffset

SvgUnit StrokeDashOffset { get; set; }

Property Value

SvgUnit

StrokeLineCap

SvgStrokeLineCap StrokeLineCap { get; set; }

Property Value

SvgStrokeLineCap

StrokeLineJoin

SvgStrokeLineJoin StrokeLineJoin { get; set; }

Property Value

SvgStrokeLineJoin

StrokeMiterLimit

float StrokeMiterLimit { get; set; }

Property Value

float

StrokeOpacity

float StrokeOpacity { get; set; }

Property Value

float

StrokeWidth

SvgUnit StrokeWidth { get; set; }

Property Value

SvgUnit

Methods

Path(ISvgRenderer)

GraphicsPath Path(ISvgRenderer renderer)

Parameters

renderer ISvgRenderer

Returns

GraphicsPath