Gets the value of the IsVirtuallyVisible attached property for a specified element such as an entity item.
The IsVirtuallyVisible property value indicates whether the user interface representing an entity item is currently visible in the ChartViewBase control when using virtualizing mode.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
public static bool GetIsVirtuallyVisible( DependencyObject element ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetIsVirtuallyVisible ( _ element As DependencyObject _ ) As Boolean |
Parameters
- element
- Type: System.Windows..::.DependencyObject