Interface ISize
Represents a size
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISize : INotifyPropertyChanged
Properties
| Improve this Doc View SourceHeight
Gets or sets the height.
Declaration
float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The height. |
Units
Gets or sets the units.
Declaration
string Units { get; set; }
Property Value
Type | Description |
---|---|
System.String | The units. |
Width
Gets or sets the width.
Declaration
float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width. |