Class MapColorPalette
Represents the MapColorPalette class in the map control.Inherites from dependency object.
Inheritance
System.Object
MapColorPalette
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class MapColorPalette : DependencyObject
Constructors
MapColorPalette()
Initializes a new instance of the MapColorPalette class.
Declaration
public MapColorPalette()
Fields
FillBrushProperty
// Using a DependencyProperty as the backing store for FillBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FillBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
FillBrush
Gets or sets Fill brush for the MapColorPalette..
Declaration
public Brush FillBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | Type :System.Windows.Media.Brush |
Remarks
Use this property to set the collection brush to be applied on the shapes while setting color palette for it.