menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapColorPalette - UWP 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.UWP.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
    Windows.UI.Xaml.DependencyProperty

    Properties

    FillBrush

    Gets or sets Fill brush for the MapColorPalette..

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

    Type :Windows.UI.Xaml.Media.Brush

    Remarks

    Use this property to set the collection brush to be applied on the shapes while setting color palette for it.

    Extension Methods

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