'Declaration Public Shared Sub SetCalculatorButtonType( _ ByVal target As DependencyObject, _ ByVal value As Calculator.CalculatorButtonType _ )
'Usage Dim target As DependencyObject Dim value As Calculator.CalculatorButtonType Calculator.SetCalculatorButtonType(target, value)
public static void SetCalculatorButtonType( DependencyObject target, Calculator.CalculatorButtonType value )
Parameters
- target
- The dependency object from which the property value is read.
- value
- A CalculatorButtonType representing the type of the calculator button.