Interface IInformationPane
The legend and property pane
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IInformationPane : IWebLayoutResizableControl, INotifyPropertyChanged
Properties
| Improve this Doc View SourceLegendVisible
Gets or sets a value indicating whether [legend visible].
Declaration
bool LegendVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
PropertiesVisible
Gets or sets a value indicating whether [properties visible].
Declaration
bool PropertiesVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|