ComponentOne Gauges for WPF and Silverlight
C1.Silverlight.Gauge Namespace / C1Gauge Class / SetIsDefault Method
The element to write the attached property to.
The property value to set.

In This Topic
    SetIsDefault Method (C1Gauge)
    In This Topic
    Sets the value of the IsDefault attached property for the specified element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetIsDefault( _
       ByVal element As DependencyObject, _
       ByVal value As Boolean _
    ) 
    public static void SetIsDefault( 
       DependencyObject element,
       bool value
    )

    Parameters

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