Search Results for

    Show / Hide Table of Contents

    Interface IXYPosition

    Positions a watermark at a single X/Y location

    Inherited Members
    IPosition.Type
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WatermarkDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IXYPosition : IPosition, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    XPosition

    Gets or sets the position along the X-axis

    Declaration
    IHorizontalPosition XPosition { get; set; }
    Property Value
    Type Description
    IHorizontalPosition
    | Improve this Doc View Source

    YPosition

    Gets or sets the position along the Y-axis

    Declaration
    IVerticalPosition YPosition { get; set; }
    Property Value
    Type Description
    IVerticalPosition
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng