Gets or sets a set of JavaScript function body code statements (considering control parameter), returning SVG content to be included as style definitions for the chart (usually needed for dependency lines arrow marker customizations).

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual string StyleDefinitionTemplateClientCode { get; set; }
Visual Basic (Declaration)
Public Overridable Property StyleDefinitionTemplateClientCode As String

See Also