Search Results for

    Show / Hide Table of Contents

    Interface IFont

    Represents a font

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFont : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Height

    Gets or sets the height.

    Declaration
    float Height { get; set; }
    Property Value
    Type Description
    System.Single

    The height.

    | Improve this Doc View Source

    Name

    Gets or sets the name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    | Improve this Doc View Source

    Units

    Gets or sets the units.

    Declaration
    string Units { get; set; }
    Property Value
    Type Description
    System.String

    The units.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng