Interface IHorizontalPosition
Represents the horizontal position of a watermark
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WatermarkDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IHorizontalPosition : INotifyPropertyChanged
Properties
| Improve this Doc View SourceAlignment
Gets or sets the horizontal alignment for the position
Declaration
HorizontalAlignmentType Alignment { get; set; }
Property Value
Type | Description |
---|---|
HorizontalAlignmentType |
Offset
Gets or sets the horizontal offset for the position
Declaration
double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Unit
Gets or sets the unit of the offset
Declaration
UnitType Unit { get; set; }
Property Value
Type | Description |
---|---|
UnitType |