New to Telerik UI for WPFStart a free 30-day trial

Represents an annotation which shape may be stroked (outlined).

Definition

Constructors

C#
protected PolarStrokedAnnotation()

Fields

DashArrayProperty

DependencyProperty

Identifies the DashArray dependency property.

C#
public static readonly DependencyProperty DashArrayProperty

StrokeProperty

DependencyProperty

Identifies the Stroke dependency property.

C#
public static readonly DependencyProperty StrokeProperty

StrokeThicknessProperty

DependencyProperty

Identifies the StrokeThickness dependency property.

C#
public static readonly DependencyProperty StrokeThicknessProperty

Properties

DashArray

DoubleCollection

Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to outline shapes.

C#
public DoubleCollection DashArray { get; set; }
Property Value:

The line dash array.

Gets the presenter.

C#
protected abstract Shape Presenter { get; }
Property Value:

The presenter.

Stroke

Brush

Gets or sets the Brush that specifies how the shape outline is painted.

C#
public Brush Stroke { get; set; }
Property Value:

The line stroke.

Gets or sets the width of the shape stroke outline.

C#
public double StrokeThickness { get; set; }
Property Value:

The line stroke thickness.