Interface IGridColor
A grid color
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IGridColor
Properties
| Improve this Doc View SourceExplicitColor
Gets or sets the color of the explicit.
Declaration
IExplicitColor ExplicitColor { get; set; }
Property Value
Type | Description |
---|---|
IExplicitColor | The color of the explicit. |
Methods
| Improve this Doc View SourceGetValue()
Gets the html color value
Declaration
string GetValue()
Returns
Type | Description |
---|---|
System.String |
SetValue(String)
Set the color
Declaration
void SetValue(string htmlColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | htmlColor |