New to Telerik ReportingStart a free 30-day trial

Scale breaks line specific style

Definition

Constructors

C#
public ScaleBreaksLineStyle()

Properties

Color

Color

Gets and sets ScaleBreak's color

C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Property Value:

ScaleBreak's color

Overrides: StyleBorder.Color