'Declaration
Public Shared Sub SetShowHoldingIndicator( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
public static void SetShowHoldingIndicator( DependencyObject obj, bool value )
Parameters
- obj
- The control to which the property is attached.
- value
- The System.Boolean value to set.