Interface ITextGraphic
Text graphics
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ITextGraphic : IGraphicBase
Properties
| Improve this Doc View SourceAngle
Gets or sets the angle.
Declaration
string Angle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The angle. |
Bold
Gets or sets the bold.
Declaration
string Bold { get; set; }
Property Value
Type | Description |
---|---|
System.String | The bold. |
Content
Gets or sets the content.
Declaration
string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The content. |
FontName
Gets or sets the name of the font.
Declaration
string FontName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the font. |
Frame
Gets or sets the frame.
Declaration
ITextFrame Frame { get; set; }
Property Value
Type | Description |
---|---|
ITextFrame | The frame. |
GhostColor
Gets or sets the color of the ghost.
Declaration
string GhostColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the ghost. |
Height
Gets or sets the height.
Declaration
string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String | The height. |
HeightScalable
Gets or sets the height scalable.
Declaration
string HeightScalable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The height scalable. |
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
string HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The horizontal alignment. |
Italic
Gets or sets the italic.
Declaration
string Italic { get; set; }
Property Value
Type | Description |
---|---|
System.String | The italic. |
Justification
Gets or sets the justification.
Declaration
string Justification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The justification. |
LineSpacing
Gets or sets the line spacing.
Declaration
string LineSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line spacing. |
PositionX
Gets or sets the position X.
Declaration
string PositionX { get; set; }
Property Value
Type | Description |
---|---|
System.String | The position X. |
PositionY
Gets or sets the position Y.
Declaration
string PositionY { get; set; }
Property Value
Type | Description |
---|---|
System.String | The position Y. |
TextColor
Gets or sets the color of the text.
Declaration
string TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the text. |
Underlined
Gets or sets the underlined.
Declaration
string Underlined { get; set; }
Property Value
Type | Description |
---|---|
System.String | The underlined. |
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
string VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The vertical alignment. |