Search Results for

    Show / Hide Table of Contents

    Interface ILineVectorStyle2

    A line vector style introduced in the v1.3.0 layer definition schema

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