Class DisplayPane
Represents a class for Displaying the output. SfCalculator
Inheritance
System.Object
DisplayPane
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class DisplayPane : Control
Constructors
DisplayPane()
Initializes a new instance of the 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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|---|---|
Windows.UI.Xaml.DependencyObject | child |
Returns
Type |
---|
T |
Type Parameters
Name |
---|
T |
OnPointerExited(PointerRoutedEventArgs)
Invoked when the mouse focus is lost
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e |