Class CalculatorButton
Represents a class for the calculator Syncfusion.UI.Xaml.Controls.Input.SfCalculator control buttons
Inheritance
System.Object
CalculatorButton
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class CalculatorButton : Button
Constructors
CalculatorButton()
Initializes an instance of the Syncfusion.UI.Xaml.Controls.Input.CalculatorButton class.
Declaration
public CalculatorButton()
Fields
BrushOpacityProperty
Using a DependencyProperty as the backing store for BrushOpacity. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BrushOpacityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FunctionProperty
Using a DependencyProperty as the backing store for Function. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FunctionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
KeyProperty
Using a DependencyProperty as the backing store for Key. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty KeyProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
BrushOpacity
Gets or sets the Opacity of the brush
Declaration
public double BrushOpacity { get; set; }
Property Value
Type |
---|
System.Double |
Function
Gets or sets the Function
Declaration
public CalculatorFunctions Function { get; set; }
Property Value
Type |
---|
CalculatorFunctions |
Key
Gets or sets the Key
Declaration
public Key Key { get; set; }
Property Value
Type |
---|
System.Windows.Input.Key |
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationPeer |