Struct FontInfo
Font information
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OSGeo.MapGuide.ObjectModels
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public struct FontInfo
Properties
| Improve this Doc View SourceBold
Enable/disable bold
Declaration
public bool Bold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Italic
Enable/disable italics
Declaration
public bool Italic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The name of the font
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Underline
Enable/disable underline
Declaration
public bool Underline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |