Class Font
Inheritance
System.Object
Font
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
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 Font
Constructors
| Improve this Doc View SourceFont()
Declaration
public Font()
Font(Font)
Declaration
public Font(Font font)
Parameters
Type | Name | Description |
---|---|---|
Font | font |
Properties
| Improve this Doc View SourceBold
Declaration
public bool Bold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Invalidated
Declaration
public bool Invalidated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Italic
Declaration
public bool Italic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Size
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double |