In This Topic
            
            Sets the arc thickness value.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub SetArcThickness( _
   ByVal  As Windows.UI.Xaml.DependencyObject, _
   ByVal  As System.Double _
) 
             
        
            
            public static void SetArcThickness( 
   Windows.UI.Xaml.DependencyObject ,
   System.double 
)
             
        
             
        
            Parameters
- obj
 
- The element which contains the attached property.
 - value
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also