Search Results for

    Show / Hide Table of Contents

    Interface IMapLegendElementBase

    Base legend element

    Inherited Members
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IMapLegendElementBase : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ExpandInLegend

    Gets or sets a value indicating whether [expand in legend].

    Declaration
    bool ExpandInLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [expand in legend]; otherwise, false.

    | Improve this Doc View Source

    LegendLabel

    Gets or sets the legend label.

    Declaration
    string LegendLabel { get; set; }
    Property Value
    Type Description
    System.String

    The legend label.

    | Improve this Doc View Source

    Name

    Gets or sets the name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    | Improve this Doc View Source

    ShowInLegend

    Gets or sets a value indicating whether [show in legend].

    Declaration
    bool ShowInLegend { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show in legend]; otherwise, false.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng