Interface ITilePosition
Positions a watermark according to a regular grid
Namespace: OSGeo.MapGuide.ObjectModels.WatermarkDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ITilePosition : IPosition, INotifyPropertyChanged
Properties
| Improve this Doc View SourceHorizontalPosition
Gets or sets the horizontal position of the watermark within a tile
Declaration
IHorizontalPosition HorizontalPosition { get; set; }
Property Value
Type | Description |
---|---|
IHorizontalPosition |
TileHeight
Gets or sets the height of each tile in the grid
Declaration
double TileHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TileWidth
Gets or sets the width of each tile in the grid
Declaration
double TileWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VerticalPosition
Gets or sets the vertical position of the watermark within a tile
Declaration
IVerticalPosition VerticalPosition { get; set; }
Property Value
Type | Description |
---|---|
IVerticalPosition |