Class RadCalculator
Represent a control that enables you executing arithmetic operations.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
[TelerikToolboxCategory("Input")]
public class RadCalculator : CalculatorBase, IDisposable, IThemable
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
System.Windows.DependencyProperty
|
Properties
FontSize
Gets or sets the size of the font.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
The size of the font. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Silverlight automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The class-specific System.Windows.Automation.Peers.AutomationPeer subclass to return. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()