Interface ITextGraphic2
An extension of the text element to support rich text. Introduced with the Symbol Definition 1.1.0 schema
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ITextGraphic2 : ITextGraphic, IGraphicBase
Properties
| Improve this Doc View SourceMarkup
Gets or sets the type of rich text markup used to render the contents
Declaration
string Markup { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObliqueAngle
Gets or sets the skew of shear angle to be applied to the text
Declaration
string ObliqueAngle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overlined
Gets or sets the text style attribute to create a line that runs on top of the text
Declaration
string Overlined { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrackSpacing
Gets or sets the width scale applied to inter character spacing independent of the font character spacing
Declaration
string TrackSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.String |