menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MarkerSetting

    Class implementation of MarkerSetting

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

    Constructors

    MarkerSetting()

    Initializes a new instance of the MarkerSetting class.

    Declaration
    public MarkerSetting()

    Properties

    HorizontalAlignment

    Gets or sets the Horizontal position of the marker.

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

    Marker Alignment.

    IconSize

    Gets or sets the value for IconSize

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

    ImageSource

    Gets or sets a value indicating whether to change ImageSource

    Declaration
    public string ImageSource { get; set; }
    Property Value
    Type
    System.String

    LabelColor

    Gets or sets the value for label color

    Declaration
    public int LabelColor { get; set; }
    Property Value
    Type
    System.Int32

    LabelFontStyle

    Gets or sets the value for LabelFontStyle

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

    Labelsize

    Gets or sets the size for label

    Declaration
    public int Labelsize { get; set; }
    Property Value
    Type
    System.Int32

    MarkerIcon

    Gets or sets the value for MarkerIcon

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

    MarkerIconColor

    Gets or sets the value for MarkerIconColor

    Declaration
    public int MarkerIconColor { get; set; }
    Property Value
    Type
    System.Int32

    TooltipSettings

    Gets or sets the tooltip settings

    Declaration
    public TooltipSetting TooltipSettings { get; set; }
    Property Value
    Type
    TooltipSetting

    VerticalAlignment

    Gets or sets the Vertical position of the marker.

    Declaration
    public MarkerAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    MarkerAlignment

    Marker Alignment.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved