Map for WinForms | ComponentOne
C1.FlexMap Namespace / MapLegendLayout Enumeration

In This Topic
    MapLegendLayout Enumeration
    In This Topic
    Specifies the arrangement of legend items within the legend.
    Syntax
    'Declaration
     
    
    Public Enum MapLegendLayout 
       Inherits System.Enum
    public enum MapLegendLayout : System.Enum 
    Members
    MemberDescription
    AutoTableAuto arrange items to fit.
    ColumnArrange items in a column.
    RowArrange items in a row.
    TallTableArrange items in a tall table.
    WideTableArrange items in a wide table.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.FlexMap.MapLegendLayout

    See Also