Interface ISvgStylable
Defines the methods and properties required for an SVG element to be styled.
Namespace: Svg
Assembly: Svg.dll
Syntax
public interface ISvgStylable
Properties
|
Improve this Doc
View Source
Fill
Declaration
SvgPaintServer Fill { get; set; }
Property Value
|
Improve this Doc
View Source
FillOpacity
Declaration
float FillOpacity { get; set; }
Property Value
|
Improve this Doc
View Source
FillRule
Declaration
SvgFillRule FillRule { get; set; }
Property Value
|
Improve this Doc
View Source
Opacity
Declaration
float Opacity { get; set; }
Property Value
|
Improve this Doc
View Source
Stroke
Declaration
SvgPaintServer Stroke { get; set; }
Property Value
|
Improve this Doc
View Source
StrokeDashArray
Declaration
SvgUnitCollection StrokeDashArray { get; set; }
Property Value
|
Improve this Doc
View Source
StrokeDashOffset
Declaration
SvgUnit StrokeDashOffset { get; set; }
Property Value
|
Improve this Doc
View Source
StrokeLineCap
Declaration
SvgStrokeLineCap StrokeLineCap { get; set; }
Property Value
|
Improve this Doc
View Source
StrokeLineJoin
Declaration
SvgStrokeLineJoin StrokeLineJoin { get; set; }
Property Value
|
Improve this Doc
View Source
StrokeMiterLimit
Declaration
float StrokeMiterLimit { get; set; }
Property Value
|
Improve this Doc
View Source
StrokeOpacity
Declaration
float StrokeOpacity { get; set; }
Property Value
|
Improve this Doc
View Source
StrokeWidth
Declaration
SvgUnit StrokeWidth { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Path(ISvgRenderer)
Declaration
GraphicsPath Path(ISvgRenderer renderer)
Parameters
Returns
| Type |
Description |
| GraphicsPath |
|