Skip to main content

AnnotationModel.ShapeFillet Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

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