Interface IWebLayout3
Web Layout from v2.6.0 schema
Inherited Members
System.ICloneable.Clone()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IWebLayout3 : IWebLayout2, IWebLayout, IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceMapImageFormat
Gets or sets the map image format
Declaration
string MapImageFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PointSelectionBuffer
Gets or sets the point selection buffer pixel tolerance
Declaration
int PointSelectionBuffer { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SelectionColor
Gets or sets the selection color
Declaration
string SelectionColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectionImageFormat
Gets or sets the selection image format
Declaration
string SelectionImageFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartupScript
Gets or sets the startup script code
Declaration
string StartupScript { get; set; }
Property Value
Type | Description |
---|---|
System.String |