Class RadCalculator
Represent a control that enables you executing arithmetic operations.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
[Themable]
[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.
|
Properties
FontSize
Gets or sets the size of the font.
Declaration
public double FontSize { get; set; }
Property Value
System. 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.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The class-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()