Sets the value of the IsBarVisible attached property to a specified element such as an entity item.
The IsBarVisible property value indicates whether the bar representing an entity item is visible in the ChartViewBase control.
Defining the value for a specific item requires that the IsItemVisibilityApplied property of the control to be set to true.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public static void SetIsBarVisible( DependencyObject element, bool isBarVisible ) |
Visual Basic (Declaration) |
---|
Public Shared Sub SetIsBarVisible ( _ element As DependencyObject, _ isBarVisible As Boolean _ ) |