Class Bubble
Represents the Bubble class in the SfMap.
Inheritance
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class Bubble : DependencyObject
Remarks
Bubbles are used to represent the under bound object member's value in the map. Bubbles are added in the ShapeFileLayer Bubbles read only collection.
Constructors
Bubble()
Initializes a new instance of the Bubble class.
Declaration
public Bubble()
Remarks
Bubbles are internally added to the ShapeFileLayer Bubbles read only collection. All the members in the Bubbles will be internally set.
Fields
BubbleColorValueProperty
// Using a DependencyProperty as the backing store for BubbleValue. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BubbleColorValueProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BubbleDataProperty
// Using a DependencyProperty as the backing store for BubbleValue. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BubbleDataProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BubbleItemProperty
// Using a DependencyProperty as the backing store for BubbleItem. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BubbleItemProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BubbleValueProperty
// Using a DependencyProperty as the backing store for BubbleValue. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BubbleValueProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FillProperty
// Using a DependencyProperty as the backing store for Fill. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MarginProperty
// Using a DependencyProperty as the backing store for Margin. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MarginProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
OpacityProperty
Using a DependencyProperty as the backing store for Opacity. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty OpacityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
BubbleColorValue
Gets values for the bubbles.
Declaration
public object BubbleColorValue { get; }
Property Value
Type | Description |
---|---|
System.Object | Type :System.Object |
Remarks
BubbleValue property used to represent the value to be bounded with Bubbles.
BubbleData
Gets Data for the bubbles.
Declaration
public object BubbleData { get; }
Property Value
Type | Description |
---|---|
System.Object | Type :System.Object |
Remarks
BubbleData property used to represent the object to be bounded with Bubbles.
BubbleItem
Gets the BubbleItem. This item will be determine bubble type.
Declaration
public FrameworkElement BubbleItem { get; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement | Type :System.Windows.Shapes.Shape |
Remarks
This property is used to determine the type of the bubble to be shown on the map. Currently it will be set as System.Windows.Shapes.Ellipse
BubbleValue
Gets values for the bubbles.
Declaration
public object BubbleValue { get; }
Property Value
Type | Description |
---|---|
System.Object | Type :System.Object |
Remarks
BubbleValue property used to represent the value to be bounded with Bubbles.
Fill
Gets values for the Fill.
Declaration
public Brush Fill { get; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | Type :System.Object |
Remarks
Fill property used to represent the Color to be bounded with Bubbles.
Margin
Gets the Margin of a bubble in the map.
Declaration
public Thickness Margin { get; }
Property Value
Type |
---|
System.Windows.Thickness |
Remarks
This is read only property to internally set the margin of the bubbles on the map. Based on the margin value bubbles are arranged on the shapes.
Opacity
Gets or sets the opacity value of the bubble.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |