Interface IXYPosition
Positions a watermark at a single X/Y location
Namespace: OSGeo.MapGuide.ObjectModels.WatermarkDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IXYPosition : IPosition, INotifyPropertyChanged
Properties
| Improve this Doc View SourceXPosition
Gets or sets the position along the X-axis
Declaration
IHorizontalPosition XPosition { get; set; }
Property Value
Type | Description |
---|---|
IHorizontalPosition |
YPosition
Gets or sets the position along the Y-axis
Declaration
IVerticalPosition YPosition { get; set; }
Property Value
Type | Description |
---|---|
IVerticalPosition |