Interface ISvgStylable
Assembly: TelerikCommon.dll
Syntax
public interface ISvgStylable
Properties
Declaration
SvgPaintServer Fill { get; set; }
Property Value
Declaration
float FillOpacity { get; set; }
Property Value
Declaration
SvgFillRule FillRule { get; set; }
Property Value
Declaration
float Opacity { get; set; }
Property Value
Declaration
SvgPaintServer Stroke { get; set; }
Property Value
Declaration
SvgUnitCollection StrokeDashArray { get; set; }
Property Value
Declaration
SvgUnit StrokeDashOffset { get; set; }
Property Value
Declaration
SvgStrokeLineCap StrokeLineCap { get; set; }
Property Value
Declaration
SvgStrokeLineJoin StrokeLineJoin { get; set; }
Property Value
Declaration
float StrokeMiterLimit { get; set; }
Property Value
Declaration
float StrokeOpacity { get; set; }
Property Value
Declaration
SvgUnit StrokeWidth { get; set; }
Property Value
Methods
Declaration
GraphicsPath Path(ISvgRenderer renderer)
Parameters
Returns
|
System.Drawing.Drawing2D.GraphicsPath
|
Extension Methods