Interface IFont
Represents a font
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFont : 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. |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Units
Gets or sets the units.
Declaration
string Units { get; set; }
Property Value
Type | Description |
---|---|
System.String | The units. |