New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

C#
public interface IRadCalculator : IContentControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: RadCalculatorRadCalculator

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host...

Properties

C#
IRadButton AddButton { get; }
C#
IRadButton ClearButton { get; }
C#
IRadButton ClearInputButton { get; }
C#
IRadButton DecimalSeparatorButton { get; }
C#
IRadButton DeleteButton { get; }
C#
string DisplayText { get; }
C#
IRadButton DivideButton { get; }
C#
IRadButton EqualButton { get; }
C#
string HistoryText { get; }
C#
IRadButton Input0Button { get; }
C#
IRadButton Input1Button { get; }
C#
IRadButton Input2Button { get; }
C#
IRadButton Input3Button { get; }
C#
IRadButton Input4Button { get; }
C#
IRadButton Input5Button { get; }
C#
IRadButton Input6Button { get; }
C#
IRadButton Input7Button { get; }
C#
IRadButton Input8Button { get; }
C#
IRadButton Input9Button { get; }
C#
IRadButton MemoryClearButton { get; }
C#
IRadButton MemoryMinusButton { get; }
C#
IRadButton MemoryPlusButton { get; }
C#
IRadButton MemoryRecallButton { get; }
C#
IRadButton MemoryStoreButton { get; }
C#
IRadButton MultiplyButton { get; }
C#
IRadButton NegateButton { get; }
C#
IRadButton PercentButton { get; }
C#
IRadButton ReciprocalButton { get; }
C#
IRadButton SquareRootButton { get; }
C#
IRadButton SubtractButton { get; }

Methods

C#
void Perform(CalculatorOperation operation)
Parameters:operationCalculatorOperation