Interface IText
Represents a text element
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IText : INotifyPropertyChanged
Properties
| Improve this Doc View SourceFont
Gets the font.
Declaration
IFont Font { get; }
Property Value
Type | Description |
---|---|
IFont | The font. |
Position
Gets the position.
Declaration
IPosition Position { get; }
Property Value
Type | Description |
---|---|
IPosition | The position. |
Value
Gets or sets the value.
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |