Class PolarStrokedAnnotation
Inheritance
System.Object
PolarStrokedAnnotation
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class PolarStrokedAnnotation : PolarChartAnnotation, IChartElementPresenter, IElementPresenter, IStrokedAnnotation
Constructors
PolarStrokedAnnotation()
Declaration
protected PolarStrokedAnnotation()
Fields
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
Microsoft.
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Microsoft.
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Microsoft.
|
Properties
Presenter
Declaration
protected abstract Shape Presenter { get; }
Property Value
Microsoft.
|
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Microsoft.
|
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Microsoft.
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|