Interface IFontSymbol
Symbols that are specified by a font and character.
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFontSymbol : ISymbol, ICloneableLayerElement<IFontSymbol>
Properties
| Improve this Doc View SourceBold
Gets or sets whether to bold the text
Declaration
bool? Bold { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Character
Gets or sets the character
Declaration
string Character { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontName
Gets or sets the name of the font. If the font is not installed, the actual font used is application dependent.
Declaration
string FontName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ForegroundColor
Gets or sets the foreground color
Declaration
string ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Italic
Gets or sets whether to italicize the text
Declaration
bool? Italic { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Underlined
Gets or sets whether to underline the text
Declaration
bool? Underlined { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |