Interface ILocalizable
A UI element with localizable features
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ILocalizable : INotifyPropertyChanged
Properties
| Improve this Doc View SourceDescription
Gets or sets the description.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
DisabledImageURL
Gets or sets the disabled image URL.
Declaration
string DisabledImageURL { get; set; }
Property Value
Type | Description |
---|---|
System.String | The disabled image URL. |
ImageURL
Gets or sets the image URL.
Declaration
string ImageURL { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image URL. |
Tooltip
Gets or sets the tooltip.
Declaration
string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The tooltip. |