Interface ITextFrame
A text frame
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ITextFrame
Properties
| Improve this Doc View SourceFillColor
Gets or sets the color of the fill.
Declaration
string FillColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the fill. |
LineColor
Gets or sets the color of the line.
Declaration
string LineColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the line. |
OffsetX
Gets or sets the offset X.
Declaration
double? OffsetX { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The offset X. |
OffsetY
Gets or sets the offset Y.
Declaration
double? OffsetY { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> | The offset Y. |