menu

WinForms

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

    Show / Hide Table of Contents

    Class ShapeSetting

    Class which represents the shape setting.

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

    Constructors

    ShapeSetting()

    Initializes a new instance of the ShapeSetting class.

    Declaration
    public ShapeSetting()

    Properties

    FillSetting

    Gets or sets the fill setting value of the shape.

    Declaration
    public ShapeFillSetting FillSetting { get; set; }
    Property Value
    Type
    ShapeFillSetting

    SelectedShapeColor

    Gets or sets the selected shape color value as string.

    Declaration
    public string SelectedShapeColor { get; set; }
    Property Value
    Type
    System.String

    ShapeColorValuePath

    Gets or sets the path of the shape color value.

    Declaration
    public string ShapeColorValuePath { get; set; }
    Property Value
    Type
    System.String

    ShapeDisplayValuePath

    Gets or sets the path of the shape display value.

    Declaration
    public string ShapeDisplayValuePath { get; set; }
    Property Value
    Type
    System.String

    ShapeFill

    Gets or sets the shape fill color value as string.

    Declaration
    public string ShapeFill { get; set; }
    Property Value
    Type
    System.String

    ShapeStroke

    Gets or sets the shape stroke color value as string.

    Declaration
    public string ShapeStroke { get; set; }
    Property Value
    Type
    System.String

    ShapeStrokeThickness

    Gets or sets the shape stroke thickness value.

    Declaration
    public double ShapeStrokeThickness { get; set; }
    Property Value
    Type
    System.Double

    ShapeValuePath

    Gets or sets the path of the shape value.

    Declaration
    public string ShapeValuePath { get; set; }
    Property Value
    Type
    System.String

    TextForeground

    Gets or sets the foreground color of the text.

    Declaration
    public string TextForeground { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved