Interface IExplicitColorBands
An explicit color band
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IExplicitColorBands : IExplicitColor
Properties
| Improve this Doc View SourceBands
Gets the bands.
Declaration
IGridColorBands Bands { get; }
Property Value
Type | Description |
---|---|
IGridColorBands | The bands. |