Interface IWebLayoutControl
A web layout element
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IWebLayoutControl : INotifyPropertyChanged
Properties
| Improve this Doc View SourceVisible
Gets or sets a value indicating whether this IWebLayoutControl is visible.
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|