InterfaceIFrameworkElement
Interface
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IFrameworkElement : ITargetElement
Derived Classes:
Inherited Members
Properties
Text
Gets the first text block text.
TextBlockContent
Gets the text from all the inner TextBlock elements.
TextLiteralContent
Gets the literal text content of this framework element if any.
Uid
Unique identifier for this control in its application. For internal use.
Methods
AssignReference(AutomationReference)
Declaration
cs-api-definition
void AssignReference(AutomationReference reference)
Parameters
reference
CastAs<T>()
Declaration
cs-api-definition
T CastAs<T>() where T : IFrameworkElement
Returns
T
GetAutomationProperty(string)
Declaration
cs-api-definition
AutomationProperty GetAutomationProperty(string name)
Parameters
name
Returns
Parent<T>()
Declaration
cs-api-definition
T Parent<T>() where T : IFrameworkElement
Returns
T
ScrollToVisible()
Declaration
cs-api-definition
void ScrollToVisible()
SetFindInfo(VisualFindInfo)
Declaration
cs-api-definition
void SetFindInfo(VisualFindInfo findInfo)
Parameters
findInfo