menu

WinForms

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

    Show / Hide Table of Contents

    Class BubbleMarkerSetting

    Class which represent the bubble marker setting.

    Inheritance
    System.Object
    BubbleMarkerSetting
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class BubbleMarkerSetting

    Constructors

    BubbleMarkerSetting()

    Initializes a new instance of the BubbleMarkerSetting class.

    Declaration
    public BubbleMarkerSetting()

    Properties

    AutoFillColors

    Gets or sets a value indicating whether the bubble marker color is auto fill.

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

    ColorMappings

    Gets or sets the color mapping of the bubble marker.

    Declaration
    public ObservableCollection<ColorMapping> ColorMappings { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<ColorMapping>

    ColorValuePath

    Gets or sets the path of the bubble marker color value.

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

    Fill

    Gets or sets the fill color of the bubble marker.

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

    MaxSize

    Gets or sets the maximum size of the bubble marker.

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

    MinSize

    Gets or sets the minimum size of the bubble marker.

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

    ValuePath

    Gets or sets the path of the bubble marker value.

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