menu

WPF

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

    Show / Hide Table of Contents

    Class FastSegmnetProperties

    Inheritance
    System.Object
    FastSegmnetProperties
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class FastSegmnetProperties : DependencyObject

    Constructors

    FastSegmnetProperties()

    Initializes a new instance of the FastSegmnetProperties class.

    Declaration
    public FastSegmnetProperties()

    Fields

    InteriorProperty

    Using a DependencyProperty as the backing store for Interior. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty InteriorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StrokeProperty

    Using a DependencyProperty as the backing store for Stroke. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty StrokeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StrokeThicknessProperty

    Using a DependencyProperty as the backing store for StrokeThickness. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty StrokeThicknessProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Interior

    Gets or sets the interior.

    Declaration
    public Brush Interior { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The interior.

    Stroke

    Gets or sets the stroke.

    Declaration
    public Brush Stroke { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The stroke.

    StrokeThickness

    Gets or sets the stroke thickness.

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

    The stroke thickness.

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