Class SymbolStyle
Inheritance
System.Object
SymbolStyle
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Mapsui.dll
Syntax
public class SymbolStyle : ImageStyle, IStyle
Constructors
|
Improve this Doc
View Source
SymbolStyle()
Declaration
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
Methods
|
Improve this Doc
View Source
Equals(SymbolStyle)
Declaration
public bool Equals(SymbolStyle symbolStyle)
Parameters
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
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
Operators
|
Improve this Doc
View Source
Equality(SymbolStyle, SymbolStyle)
Declaration
public static bool operator ==(SymbolStyle symbolStyle1, SymbolStyle symbolStyle2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Inequality(SymbolStyle, SymbolStyle)
Declaration
public static bool operator !=(SymbolStyle symbolStyle1, SymbolStyle symbolStyle2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements