Search Results for

    Show / Hide Table of Contents

    Struct FontInfo

    Font information

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: OSGeo.MapGuide.ObjectModels
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public struct FontInfo

    Properties

    | Improve this Doc View Source

    Bold

    Enable/disable bold

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

    Italic

    Enable/disable italics

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

    Name

    The name of the font

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

    Underline

    Enable/disable underline

    Declaration
    public bool Underline { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng