Skip to main content
A newer version of this page is available. .

AnnotationModel.ShapeFillet Property

Gets or sets the value of the Annotation.ShapeFillet within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions("Appearance")]
[DependentUpon("ShapeKind")]
[LocalizableCategory(DesignerCategories.Appearance)]
public int ShapeFillet { get; set; }

Property Value

Type Description
Int32

The corner radii of the rounded rectangle shape.

Remarks

This property is used to specify the corner radii of the annotation shape when the AnnotationModel.ShapeKind is set to RoundedRectangle.

See Also