ClassRadCalculator
Represent a control that enables you executing arithmetic operations.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadCalculator : CalculatorBase
Inheritance: objectCalculatorBaseRadCalculator
Inherited Members
Constructors
RadCalculator()
Initializes a new instance of the RadCalculator class.
Declaration
public RadCalculator()
Fields
FontSizeProperty
Represent the FontSize property.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
DependencyProperty
Properties
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The class-specific AutomationPeer subclass to return.