Class CalculatorButton
Represents a class for the calculator SfCalculator control buttons
Inheritance
System.Object
CalculatorButton
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class CalculatorButton : Button
Constructors
CalculatorButton()
Initializes an instance of the 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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 VirtualKey Key { get; set; }
Property Value
Type |
---|
Windows.System.VirtualKey |