Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HorizontalSplitBar Class / ClearValue Method / ClearValue(DependencyProperty) Method


In This Topic
    ClearValue(DependencyProperty) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub ClearValue( _
       ByVal dp As DependencyProperty _
    ) 
    'Usage
     
    Dim instance As HorizontalSplitBar
    Dim dp As DependencyProperty
     
    instance.ClearValue(dp)
    public void ClearValue( 
       DependencyProperty dp
    )

    Parameters

    dp
    See Also