Search Results for

    Show / Hide Table of Contents

    Interface ISize

    Represents a size

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ISize : 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

    Units

    Gets or sets the units.

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

    The units.

    | Improve this Doc View Source

    Width

    Gets or sets the width.

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

    The width.

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