ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Gauge Class / GetIsDefault Method
The element from which to read the attached property.

In This Topic
    GetIsDefault Method (C1Gauge)
    In This Topic
    Gets the value of the IsDefault attached property for the specified element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetIsDefault( _
       ByVal element As DependencyObject _
    ) As Boolean
    public static bool GetIsDefault( 
       DependencyObject element
    )

    Parameters

    element
    The element from which to read the attached property.

    Return Value

    The value of the IsDefault property.
    See Also