WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapColorPalette - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

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

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