Skip to main content

ConstantLineStyle Members

Stores constant line appearance settings.

Constructors

Name Description
ConstantLineStyle() Initializes a new instance of the ConstantLineStyle class with default settings.

Fields

Name Description
DashesProperty static Identifies the Dashes dependency property.
StrokeProperty static Identifies the Stroke bindable property.
ThicknessProperty static Identifies the Thickness bindable property.

Properties

Name Description
Dashes Allows you to draw the constant line as a dashed line with the specified length values of alternating dashes and gaps.
Stroke Gets or sets the constant line color.
Thickness Gets or sets the constant line thickness.
See Also