menu

WinForms

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

    Show / Hide Table of Contents

    Class ShapeFillSetting

    Class which represents the shape fill setting.

    Inheritance
    System.Object
    ShapeFillSetting
    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 ShapeFillSetting

    Constructors

    ShapeFillSetting()

    Initializes a new instance of the ShapeFillSetting class.

    Declaration
    public ShapeFillSetting()

    Properties

    AutoFillColors

    Gets or sets a value indicating whether the auto fill color is enable or not.

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

    ColorMappings

    Gets or sets the color mapping value.

    Declaration
    public ObservableCollection<ColorMapping> ColorMappings { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<ColorMapping>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved