Search Results for

    Show / Hide Table of Contents

    Interface ITilePosition

    Positions a watermark according to a regular grid

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

    Properties

    | Improve this Doc View Source

    HorizontalPosition

    Gets or sets the horizontal position of the watermark within a tile

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

    TileHeight

    Gets or sets the height of each tile in the grid

    Declaration
    double TileHeight { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    TileWidth

    Gets or sets the width of each tile in the grid

    Declaration
    double TileWidth { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    VerticalPosition

    Gets or sets the vertical position of the watermark within a tile

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