Interface IWebLayoutResizableControl
A resizable web layout element
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IWebLayoutResizableControl
Properties
| Improve this Doc View SourceWidth
Gets or sets the width.
Declaration
int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The width. |