Class DisplayPane
Represents a class for Displaying the output. Syncfusion.UI.Xaml.Controls.Input.SfCalculator
Inheritance
System.Object
DisplayPane
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class DisplayPane : Control
Constructors
DisplayPane()
Initializes a new instance of the Syncfusion.UI.Xaml.Controls.Input.DisplayPane class.
Declaration
public DisplayPane()
Fields
DisplayTextProperty
Using a DependencyProperty as the backing store for DisplayText. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DisplayTextProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ExpressionProperty
Using a DependencyProperty as the backing store for Expression. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ExpressionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MemoryProperty
Using a DependencyProperty as the backing store for Memory. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty MemoryProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
DisplayText
Gets or sets the data to be displayed
Declaration
public string DisplayText { get; set; }
Property Value
Type |
---|
System.String |
Expression
Gets or sets the Expression
Declaration
public string Expression { get; set; }
Property Value
Type |
---|
System.String |
Memory
Gets or sets the data to be stored in the memory
Declaration
public Decimal Memory { get; set; }
Property Value
Type |
---|
System.Decimal |
Methods
FindVisualParent<T>(DependencyObject)
Identifies the parent of the child object
Declaration
public static T FindVisualParent<T>(DependencyObject child)
where T : DependencyObject
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | child |
Returns
Type |
---|
T |
Type Parameters
Name |
---|
T |
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationPeer |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Occurs when the mouse focus is lost.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e |