Search Results for

    Show / Hide Table of Contents

    Interface ICompositeTypeStyle2

    A composite style introduced in the v1.3.0 layer definition schema

    Inherited Members
    ICompositeTypeStyle.DisplayString
    ICompositeTypeStyle.CompositeRule
    ICompositeTypeStyle.AddCompositeRule(ICompositeRule)
    ICompositeTypeStyle.RemoveCompositeRule(ICompositeRule)
    IVectorStyle.StyleType
    IVectorStyle.RuleCount
    IRuleCollection<ICompositeRule>.IndexOfRule(ICompositeRule)
    IRuleCollection<ICompositeRule>.GetRuleAt(Int32)
    IRuleCollection<ICompositeRule>.MoveUp(ICompositeRule)
    IRuleCollection<ICompositeRule>.MoveDown(ICompositeRule)
    IRuleCollection.IndexOfRule(IVectorRule)
    IRuleCollection.MoveUp(IVectorRule)
    IRuleCollection.MoveDown(IVectorRule)
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ICompositeTypeStyle2 : ICompositeTypeStyle, IVectorStyle, IRuleCollection<ICompositeRule>, IRuleCollection

    Properties

    | 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.

    Extension Methods

    ExtensionMethods.RemoveAllRules(ICompositeTypeStyle)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng