Show / Hide Table of Contents

    Class StyleConverter

    Inheritance
    System.Object
    StyleConverter
    Namespace: Mapsui.Rendering.Xaml
    Assembly: Mapsui.Rendering.Xaml.dll
    Syntax
    public static class StyleConverter : object

    Methods

    | Improve this Doc View Source

    MapsuiBrushToXaml(Brush, SymbolCache, Double)

    Declaration
    public static Windows.Media.Brush MapsuiBrushToXaml(Brush brush, SymbolCache symbolCache = null, double rotate = null)
    Parameters
    Type Name Description
    Brush brush
    SymbolCache symbolCache
    System.Double rotate
    Returns
    Type Description
    System.Windows.Media.Brush
    | Improve this Doc View Source

    MapsuiPentoXaml(PenStyle, Single[])

    Declaration
    public static DoubleCollection MapsuiPentoXaml(PenStyle penStyle, float[] dashArray = null)
    Parameters
    Type Name Description
    PenStyle penStyle
    System.Single[] dashArray
    Returns
    Type Description
    DoubleCollection
    | Improve this Doc View Source

    MapsuiStrokeCaptoPenLineCap(PenStrokeCap)

    Declaration
    public static PenLineCap MapsuiStrokeCaptoPenLineCap(PenStrokeCap penStrokeCap)
    Parameters
    Type Name Description
    PenStrokeCap penStrokeCap
    Returns
    Type Description
    PenLineCap
    | Improve this Doc View Source

    MapsuiStrokeJointoPenLineJoin(StrokeJoin)

    Declaration
    public static PenLineJoin MapsuiStrokeJointoPenLineJoin(StrokeJoin penStrokeJoin)
    Parameters
    Type Name Description
    StrokeJoin penStrokeJoin
    Returns
    Type Description
    PenLineJoin
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX