Interface ISvgStylable
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public interface ISvgStylable
Properties
Fill
FillOpacity
Declaration
float FillOpacity { get; set; }
Property Value
System.Single
|
FillRule
Opacity
Declaration
float Opacity { get; set; }
Property Value
System.Single
|
Stroke
StrokeDashArray
StrokeDashOffset
StrokeLineCap
StrokeLineJoin
StrokeMiterLimit
Declaration
float StrokeMiterLimit { get; set; }
Property Value
System.Single
|
StrokeOpacity
Declaration
float StrokeOpacity { get; set; }
Property Value
System.Single
|
StrokeWidth
Methods
Path(ISvgRenderer)
Declaration
GraphicsPath Path(ISvgRenderer renderer)
Parameters
ISvgRenderer
renderer
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|