WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalculatorButton

    Show / Hide Table of Contents

    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 Description
    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 Description
    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 Description
    System.Windows.DependencyProperty

    Properties

    BrushOpacity

    Gets or sets the Opacity of the brush

    Declaration
    public double BrushOpacity { get; set; }
    Property Value
    Type Description
    System.Double

    Function

    Gets or sets the Function

    Declaration
    public CalculatorFunctions Function { get; set; }
    Property Value
    Type Description
    CalculatorFunctions

    Key

    Gets or sets the Key

    Declaration
    public Key Key { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key

    Methods

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved