Show / Hide Table of Contents

    Class SymbolStyle

    Inheritance
    System.Object
    Style
    VectorStyle
    ImageStyle
    SymbolStyle
    CalloutStyle
    CalloutStyleRenderer
    Implements
    IStyle
    Inherited Members
    ImageStyle.UnitType
    ImageStyle.SymbolRotation
    ImageStyle.BitmapId
    ImageStyle.RotateWithMap
    ImageStyle.SymbolScale
    ImageStyle.SymbolOffset
    VectorStyle.Line
    VectorStyle.Outline
    VectorStyle.Fill
    VectorStyle.Equals(VectorStyle)
    Style.MinVisible
    Style.MaxVisible
    Style.Enabled
    Style.Opacity
    Style.Equals(Style)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Styles
    Assembly: Mapsui.dll
    Syntax
    public class SymbolStyle : ImageStyle, IStyle

    Constructors

    | Improve this Doc View Source

    SymbolStyle()

    Declaration
    public SymbolStyle()

    Properties

    | Improve this Doc View Source

    DefaultHeight

    Declaration
    public static double DefaultHeight { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    DefaultWidth

    Declaration
    public static double DefaultWidth { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    SymbolType

    Declaration
    public SymbolType SymbolType { get; set; }
    Property Value
    Type Description
    SymbolType

    Methods

    | Improve this Doc View Source

    Equals(SymbolStyle)

    Declaration
    public bool Equals(SymbolStyle symbolStyle)
    Parameters
    Type Name Description
    SymbolStyle symbolStyle
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    VectorStyle.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    VectorStyle.GetHashCode()

    Operators

    | Improve this Doc View Source

    Equality(SymbolStyle, SymbolStyle)

    Declaration
    public static bool operator ==(SymbolStyle symbolStyle1, SymbolStyle symbolStyle2)
    Parameters
    Type Name Description
    SymbolStyle symbolStyle1
    SymbolStyle symbolStyle2
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Inequality(SymbolStyle, SymbolStyle)

    Declaration
    public static bool operator !=(SymbolStyle symbolStyle1, SymbolStyle symbolStyle2)
    Parameters
    Type Name Description
    SymbolStyle symbolStyle1
    SymbolStyle symbolStyle2
    Returns
    Type Description
    System.Boolean

    Implements

    IStyle
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX