Interface IFrameworkElement
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IFrameworkElement : ITargetElement
Properties
AbsoluteSiblingTagIndex
Declaration
int AbsoluteSiblingTagIndex { get; }
Property Value
System.Int32
|
ActualHeight
Declaration
double ActualHeight { get; }
Property Value
System.Double
|
ActualWidth
Declaration
double ActualWidth { get; }
Property Value
System.Double
|
ComputedVisibility
Find
Name
Declaration
string Name { get; }
Property Value
System.String
|
Text
Declaration
string Text { get; }
Property Value
System.String
|
TextBlockContent
Declaration
string TextBlockContent { get; }
Property Value
System.String
|
TextLiteralContent
Declaration
string TextLiteralContent { get; }
Property Value
System.String
|
ToolTipText
Declaration
string ToolTipText { get; }
Property Value
System.String
|
Uid
Declaration
string Uid { get; }
Property Value
System.String
|
User
Wait
Methods
AssignReference(AutomationReference)
Declaration
void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
CastAs<T>()
Declaration
T CastAs<T>()
where T : IFrameworkElement
Returns
T
|
Type Parameters
T
|
GetAutomationProperty(String)
Declaration
AutomationProperty GetAutomationProperty(string name)
Parameters
System.String
name
|
Returns
AutomationProperty
|
GetProperty<T>(String)
Declaration
T GetProperty<T>(string name)
Parameters
System.String
name
|
Returns
T
|
Type Parameters
T
|
GetPropertyTypeSafe(String)
Declaration
object GetPropertyTypeSafe(string name)
Parameters
System.String
name
|
Returns
System.Object
|
Parent<T>()
Declaration
T Parent<T>()
where T : IFrameworkElement
Returns
T
|
Type Parameters
T
|
SetFindInfo(VisualFindInfo)
SetFocus()
Declaration
void SetFocus()
SetProperty(String, Object)
Declaration
void SetProperty(string propertyName, object value)
Parameters
System.String
propertyName
|
System.Object
value
|
SetProxy(Boolean)
Declaration
void SetProxy(bool isProxy)
Parameters
System.Boolean
isProxy
|
SetUid(String)
Declaration
void SetUid(string uid)
Parameters
System.String
uid
|
SetXamlTag(String)
Declaration
void SetXamlTag(string tag)
Parameters
System.String
tag
|