Class SymbolControl
A control that represents symbol in chart adornments
Inheritance
System.Object
SymbolControl
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SymbolControl : Control
Constructors
SymbolControl()
Declaration
public SymbolControl()
Fields
StrokeProperty
The DependencyProperty for Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Stroke
Gets or sets the stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |