Search Results for

    Show / Hide Table of Contents

    Class Font

    Inheritance
    object
    Font
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Mapsui.Styles
    Assembly: Mapsui.dll
    Syntax
    public class Font

    Constructors

    | Edit this page View Source

    Font()

    Declaration
    public Font()
    | Edit this page View Source

    Font(Font)

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

    Properties

    | Edit this page View Source

    Bold

    Declaration
    public bool Bold { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    FontFamily

    Declaration
    public string? FontFamily { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Invalidated

    Declaration
    public bool Invalidated { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Italic

    Declaration
    public bool Italic { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Size

    Declaration
    public double Size { get; set; }
    Property Value
    Type Description
    double

    Methods

    | Edit this page View Source

    Equals(Font)

    Declaration
    protected bool Equals(Font other)
    Parameters
    Type Name Description
    Font other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX