Link line style (solid, dotted, dashed).

Namespace: DayPilot.Web.Ui.Events.Gantt
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public LinkStyle Style { get; set; }
Visual Basic
Public Property Style As LinkStyle
	Get
	Set
Visual C++
public:
property LinkStyle Style {
	LinkStyle get ();
	void set (LinkStyle value);
}

See Also