ComponentOne Gauge for UWP
SetIsDefault Method

C1.UWP.Gauge Assembly > C1.Xaml.Gauge Namespace > C1Gauge Class : SetIsDefault Method
The element to write the attached property to.
The property value to set.
Sets the value of the IsDefault attached property for the specified element.
Syntax
'Declaration
 
Public Shared Sub SetIsDefault( _
   ByVal element As Windows.UI.Xaml.DependencyObject, _
   ByVal value As System.Boolean _
) 
public static void SetIsDefault( 
   Windows.UI.Xaml.DependencyObject element,
   System.bool value
)

Parameters

element
The element to write the attached property to.
value
The property value to set.
See Also

Reference

C1Gauge Class
C1Gauge Members