Search Results for

    Show / Hide Table of Contents

    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
    Type Description
    SvgPaintServer
    | Improve this Doc View Source

    FillOpacity

    Declaration
    float FillOpacity { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    FillRule

    Declaration
    SvgFillRule FillRule { get; set; }
    Property Value
    Type Description
    SvgFillRule
    | Improve this Doc View Source

    Opacity

    Declaration
    float Opacity { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    Stroke

    Declaration
    SvgPaintServer Stroke { get; set; }
    Property Value
    Type Description
    SvgPaintServer
    | Improve this Doc View Source

    StrokeDashArray

    Declaration
    SvgUnitCollection StrokeDashArray { get; set; }
    Property Value
    Type Description
    SvgUnitCollection
    | Improve this Doc View Source

    StrokeDashOffset

    Declaration
    SvgUnit StrokeDashOffset { get; set; }
    Property Value
    Type Description
    SvgUnit
    | Improve this Doc View Source

    StrokeLineCap

    Declaration
    SvgStrokeLineCap StrokeLineCap { get; set; }
    Property Value
    Type Description
    SvgStrokeLineCap
    | Improve this Doc View Source

    StrokeLineJoin

    Declaration
    SvgStrokeLineJoin StrokeLineJoin { get; set; }
    Property Value
    Type Description
    SvgStrokeLineJoin
    | Improve this Doc View Source

    StrokeMiterLimit

    Declaration
    float StrokeMiterLimit { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    StrokeOpacity

    Declaration
    float StrokeOpacity { get; set; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    StrokeWidth

    Declaration
    SvgUnit StrokeWidth { get; set; }
    Property Value
    Type Description
    SvgUnit

    Methods

    | Improve this Doc View Source

    Path(ISvgRenderer)

    Declaration
    GraphicsPath Path(ISvgRenderer renderer)
    Parameters
    Type Name Description
    ISvgRenderer renderer
    Returns
    Type Description
    GraphicsPath
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX