Interface IWidgetContainer
Represents a container component in a flexible layout
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.ApplicationDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IWidgetContainer : INotifyPropertyChanged, IExtensibleElement
Properties
| Improve this Doc View SourceName
The name of the widget container
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Position
The position of the widget container
Declaration
string Position { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of the widget container
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |