Interface IPosition
Represents a position
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPosition : INotifyPropertyChanged
Properties
| Improve this Doc View SourceBottom
Gets or sets the bottom margin.
Declaration
float Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The bottom margin. |
Left
Gets or sets the left margin.
Declaration
float Left { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The left margin. |
Units
Gets or sets the units.
Declaration
string Units { get; set; }
Property Value
Type | Description |
---|---|
System.String | The units. |