Search Results for

    Show / Hide Table of Contents

    Interface IRuntimeMapLegendElement

    Models a legend element

    Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IRuntimeMapLegendElement

    Properties

    | Improve this Doc View Source

    ActuallyVisible

    Gets whether the element is actually element

    Declaration
    bool ActuallyVisible { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DisplayInLegend

    Gets whether the element will be shown in the legend

    Declaration
    bool DisplayInLegend { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ExpandInLegend

    Gets whether the element will be expanded in the legend

    Declaration
    bool ExpandInLegend { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LegendLabel

    Gets the label of the element

    Declaration
    string LegendLabel { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets the name of the element

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ObjectID

    Gets the unique id of the element

    Declaration
    string ObjectID { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ParentID

    Gets the unique id of the element's parent

    Declaration
    string ParentID { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Visible

    Gets whether the element is potentially

    Declaration
    bool Visible { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng