menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFMapMarkerSetting

    Inheritance
    System.Object
    SFMapMarkerSetting
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class SFMapMarkerSetting : NSObject

    Constructors

    SFMapMarkerSetting()

    Initializes a new instance of the SFMapMarkerSetting class.

    Declaration
    public SFMapMarkerSetting()

    Properties

    HorizontalAlignment

    Gets or sets the Horizontal position of the marker.

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

    Marker Allignment.

    IconColor

    Gets or sets the icon color of the bubble.

    Declaration
    public UIColor IconColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the icon.

    IconSize

    Gets or sets the size of the icon.

    Declaration
    public nfloat IconSize { get; set; }
    Property Value
    Type Description
    System.nfloat

    The size of the icon.

    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 label color of the bubble.

    Declaration
    public UIColor LabelColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the label.

    LabelSize

    Gets or sets the size of the label.

    Declaration
    public UIFont LabelSize { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    The size of the label.

    MarkerIcon

    Gets or sets the various shapes of the maker icon.

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

    The marker icon.

    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 Allignment.

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