menu

UWP

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

    Show / Hide Table of Contents

    Class MarkerSetting

    Represents the class for marker settings

    Inheritance
    System.Object
    MarkerSetting
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public class MarkerSetting : DependencyObject

    Constructors

    MarkerSetting()

    Initializes the class instance of marker settings

    Declaration
    public MarkerSetting()

    Fields

    FontFamilyProperty

    The DependencyProperty of FontFamily property

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontSizeProperty

    The DependencyProperty of FontSize property

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontStyleProperty

    The DependencyProperty of FontStyle property

    Declaration
    public static readonly DependencyProperty FontStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FontWeightProperty

    Declaration
    public static readonly DependencyProperty FontWeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HorizontalAlignmentProperty

    The DependencyProperty of HorizontalAlignment property

    Declaration
    public static readonly DependencyProperty HorizontalAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IconInteriorProperty

    The DependencyProperty of IconInterior property

    Declaration
    public static readonly DependencyProperty IconInteriorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IconSizeProperty

    The DependencyProperty of IconSize property

    Declaration
    public static readonly DependencyProperty IconSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelForegroundProperty

    The DependencyProperty of LabelForeground property

    Declaration
    public static readonly DependencyProperty LabelForegroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MarkerIconProperty

    The DependencyProperty of MarkerIcon property

    Declaration
    public static readonly DependencyProperty MarkerIconProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    UriProperty

    The DependencyProperty of Uri property

    Declaration
    public static readonly DependencyProperty UriProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    VerticalAlignmentProperty

    The DependencyProperty of VerticalAlignment property

    Declaration
    public static readonly DependencyProperty VerticalAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    FontFamily

    Gets or sets the value for font family

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.FontFamily

    FontSize

    Gets or sets the value for font size

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

    FontStyle

    Gets or sets the value for font style

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontStyle

    FontWeight

    Gets or sets the value for font weight

    Declaration
    public FontWeight FontWeight { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontWeight

    HorizontalAlignment

    Gets or sets the value for marker position in HorizontalAlignment

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

    IconInterior

    Gets or sets the value for icon color

    Declaration
    public Brush IconInterior { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    IconSize

    Gets or sets the value for icon size

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

    LabelForeground

    Gets or sets the value for label foreground

    Declaration
    public Brush LabelForeground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    MarkerIcon

    Gets or sets the value for marker icon

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

    Uri

    Gets or sets the value for Uri

    Declaration
    public Uri Uri { get; set; }
    Property Value
    Type
    System.Uri

    VerticalAlignment

    Gets or sets the value for marker position in VerticalAlignment

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved