Class SolidShapeAnnotation
Inheritance
System.Object
SolidShapeAnnotation
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class SolidShapeAnnotation : ShapeAnnotation, ICloneable
Constructors
SolidShapeAnnotation()
Declaration
protected SolidShapeAnnotation()
Fields
AngleProperty
The DependencyProperty for Angle property.
Declaration
public static readonly DependencyProperty AngleProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
ResizingModeProperty
The DependencyProperty for ResizingMode property.
Declaration
public static readonly DependencyProperty ResizingModeProperty
Field Value
| Type |
|---|
| System.Windows.DependencyProperty |
Properties
Angle
Gets or sets the rotation angle for Annotation.
Declaration
public double Angle { get; set; }
Property Value
| Type |
|---|
| System.Double |
ResizingMode
Gets or sets the resizing direction for the annotation.
Declaration
public AxisMode ResizingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| AxisMode |
|