Interface IWidget
Represents a fusion application widget
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IWidget : INotifyPropertyChanged, IExtensibleElement
Properties
| Improve this Doc View SourceLocation
Gets or sets the location
Declaration
string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of the widget
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type of the widget
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToXml()
Gets the raw XML content of this widget
Declaration
string ToXml()
Returns
Type | Description |
---|---|
System.String |