Interface ITextSymbol
Represents a text symbol
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ITextSymbol : ISymbol, ICloneableLayerElement<ITextSymbol>
Properties
| Improve this Doc View SourceAdvancedPlacement
Gets or sets the advanced placement settings
Declaration
IAdvancedPlacement AdvancedPlacement { get; set; }
Property Value
Type | Description |
---|---|
IAdvancedPlacement |
BackgroundColor
Gets or sets the background color
Declaration
string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BackgroundStyle
Gets or sets the background style
Declaration
BackgroundStyleType BackgroundStyle { get; set; }
Property Value
Type | Description |
---|---|
BackgroundStyleType |
Bold
Gets or sets whether to bold the text
Declaration
string Bold { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontName
Gets or sets the name of the font
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 |
HorizontalAlignment
Gets or sets the horizontal alignment
Declaration
string HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Italic
Gets or sets whether to italicize the text
Declaration
string Italic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the textual content
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Underlined
Gets or sets whether to underline the text
Declaration
string Underlined { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VerticalAlignment
Gets or sets the vertical alignment
Declaration
string VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.String |