ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1Gauge Class / GetIsDefault Method
The element from which to read the attached property.

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

    Parameters

    element
    The element from which to read the attached property.

    Return Value

    The value of the IsDefault property.
    See Also