Sets the value of the ItemHeight attached property to a specified element such as an entity item, overriding the default value provided by the ChartViewBase control.
The ItemHeight property value indicates the height of an item row in the ChartViewBase control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public static void SetItemHeight( DependencyObject element, double itemHeight ) |
Visual Basic (Declaration) |
---|
Public Shared Sub SetItemHeight ( _ element As DependencyObject, _ itemHeight As Double _ ) |