Show / Hide Table of Contents

    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 Source

    Font()

    Declaration
    public Font()
    | Improve this Doc View Source

    Font(Font)

    Declaration
    public Font(Font font)
    Parameters
    Type Name Description
    Font font

    Properties

    | Improve this Doc View Source

    Bold

    Declaration
    public bool Bold { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FontFamily

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Invalidated

    Declaration
    public bool Invalidated { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Italic

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Size

    Declaration
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX