vcl-cxcustomcanvas-367dc43d.md
Stores stroke settings for drawing lines in DevExpress controls.
TdxStrokeOptions = class(
TcxLockablePersistent,
IcxCanvasCacheControl
)
The TdxStrokeOptions class implements line appearance settings with support for scaling according to the target monitor DPI.
The list below outlines key members of the TdxStrokeOptions class that allow you to change line appearance.
The following public API members reference a TdxStrokeOptions object:
TdxChartVisualElementAppearance.StrokeOptionsProvides access to visual element outline settings.TdxChartSeriesValueLabelAppearance.StrokeOptionsProvides access to the appearance settings of lines that connect labels to the corresponding series values.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxStrokeOptions
See Also