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

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

Definition

Constructors

C#
protected CartesianStrokedAnnotation()

Fields

DashArrayProperty

DependencyProperty

Identifies the DashArray dependency property.

C#
public static readonly DependencyProperty DashArrayProperty

LabelDefinitionProperty

DependencyProperty

Identifies the LabelDefinition dependency property.

C#
public static readonly DependencyProperty LabelDefinitionProperty

LabelProperty

DependencyProperty

Identifies the Label dependency property.

C#
public static readonly DependencyProperty LabelProperty

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 a value indicating whether the stroke goes inwards by the full StrokeThickness.

C#
protected virtual bool IsStrokeInset { get; }
Property Value:

true if this instance is stroke inset; otherwise, false.

Gets or sets the label.

C#
public string Label { get; set; }
Property Value:

The label.

Gets or sets the definition that describe the appearance of the label.

C#
public ChartAnnotationLabelDefinition LabelDefinition { get; set; }
Property Value:

The label definition.

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.