Search Results for

    Show / Hide Table of Contents

    Interface IGridColor

    A grid color

    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IGridColor

    Properties

    | Improve this Doc View Source

    ExplicitColor

    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 Source

    GetValue()

    Gets the html color value

    Declaration
    string GetValue()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    SetValue(String)

    Set the color

    Declaration
    void SetValue(string htmlColor)
    Parameters
    Type Name Description
    System.String htmlColor
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng