Search Results for

    Show / Hide Table of Contents

    Interface IAreaVectorStyle2

    An area vector style introduced in the v1.3.0 layer definition schema

    Inherited Members
    IAreaVectorStyle.Rules
    IAreaVectorStyle.AddRule(IAreaRule)
    IAreaVectorStyle.RemoveRule(IAreaRule)
    IAreaVectorStyle.RemoveAllRules()
    IVectorStyle.StyleType
    IVectorStyle.RuleCount
    IRuleCollection<IAreaRule>.IndexOfRule(IAreaRule)
    IRuleCollection<IAreaRule>.GetRuleAt(Int32)
    IRuleCollection<IAreaRule>.MoveUp(IAreaRule)
    IRuleCollection<IAreaRule>.MoveDown(IAreaRule)
    IRuleCollection.IndexOfRule(IVectorRule)
    IRuleCollection.MoveUp(IVectorRule)
    IRuleCollection.MoveDown(IVectorRule)
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IAreaVectorStyle2 : IAreaVectorStyle, IVectorStyle, IRuleCollection<IAreaRule>, 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.

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