SetShowHoldingIndicator Method
 
            
                In This Topic
            
            Sets the ShowHoldingIndicator property for a control.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub SetShowHoldingIndicator( _
   ByVal  As Windows.UI.Xaml.DependencyObject, _
   ByVal  As System.Boolean _
) 
             
        
            
            public static void SetShowHoldingIndicator( 
   Windows.UI.Xaml.DependencyObject ,
   System.bool 
)
             
        
             
        
            Parameters
- obj
 
- The control to which the property is attached.
 - value
 
- The System.Boolean value to set.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also