Skip to main content

AnnotationModel.Shadow Property

Gets or sets the model of the shadow used by the modeled annotation.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public ShadowModel Shadow { get; }

Property Value

Type Description
ShadowModel

The shadow model.

See Also