'Declaration Public Function GetValue( _ ByVal dp As DependencyProperty _ ) As Object
'Usage Dim instance As ColumnHeaderCellPresenter Dim dp As DependencyProperty Dim value As Object value = instance.GetValue(dp)
public object GetValue( DependencyProperty dp )
Parameters
- dp