menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendSetting - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LegendSetting

    ClassImplementation of LegendSetting

    Inheritance
    System.Object
    LegendSetting
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class LegendSetting : Object

    Constructors

    LegendSetting()

    Declaration
    public LegendSetting()

    Properties

    HorizontalAlignment

    Gets or sets the horizontalAlignment for legends

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type
    HorizontalAlignment

    IconHeight

    Gets or sets the float value for IconHeight property

    Declaration
    public float IconHeight { get; set; }
    Property Value
    Type
    System.Single

    IconWidth

    Gets or sets the float value for IconWidth property

    Declaration
    public float IconWidth { get; set; }
    Property Value
    Type
    System.Single

    ItemMargin

    Gets or sets the value for ItemMargin property

    Declaration
    public double ItemMargin { get; set; }
    Property Value
    Type
    System.Double

    LegendIcon

    Gets or sets the Point value for LegendIcon property

    Declaration
    public LegendIcon LegendIcon { get; set; }
    Property Value
    Type
    LegendIcon

    LegendPosition

    Gets or sets the Point value for LegendPosition property

    Declaration
    public Point LegendPosition { get; set; }
    Property Value
    Type
    Android.Graphics.Point

    LegendType

    Gets or sets the value for LegendType property

    Declaration
    public LegendType LegendType { get; set; }
    Property Value
    Type
    LegendType

    ShowLegend

    Gets or sets a value indicating whether to show legend

    Declaration
    public bool ShowLegend { get; set; }
    Property Value
    Type
    System.Boolean

    TextColor

    Gets or sets the Color value for TextColor property

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    TextSize

    Gets or sets the float value for TextSize property

    Declaration
    public float TextSize { get; set; }
    Property Value
    Type
    System.Single

    Typeface

    Gets or sets the style for the Legend Text

    Declaration
    public Typeface Typeface { get; set; }
    Property Value
    Type
    Android.Graphics.Typeface

    VerticalAlignment

    Gets or sets the verticalAlignment for legends

    Declaration
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type
    VerticalAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved