Search Results for

    Show / Hide Table of Contents

    Interface IPosition

    Represents a position

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

    Properties

    | Improve this Doc View Source

    Bottom

    Gets or sets the bottom margin.

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

    The bottom margin.

    | Improve this Doc View Source

    Left

    Gets or sets the left margin.

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

    The left margin.

    | 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