Class
ScaleBreaksLineStyle

Scale breaks line specific style

Definition

Constructors

ScaleBreaksLineStyle()

Declaration

cs-api-definition
public ScaleBreaksLineStyle()

Properties

Color

Gets and sets ScaleBreak's color

Declaration

cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }

Property Value

Color

ScaleBreak's color

Overrides StyleBorder.Color