ComponentOne Gauges for WPF and Silverlight
SetIsDefault Method (C1Gauge)

C1.WPF.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 System.Windows.DependencyObject, _
   ByVal value As System.Boolean _
) 
public static void SetIsDefault( 
   System.Windows.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