ComponentOne Gauge for UWP
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.

In This Topic
    SetIsDefault Method
    In This Topic
    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