Interface IExplictColorValue
An explicit color value
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IExplictColorValue : IExplicitColor
Properties
| Improve this Doc View SourceValue
Gets the value.
Declaration
string Value { get; }
Property Value
Type | Description |
---|---|
System.String | The value. |