ClassControl
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Control : WpfTestElement, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControl
Derived Classes:
Implements:
Inherited Members
Constructors
Control()
Declaration
cs-api-definition
public Control()
Fields
BackgroundProperty
Declaration
cs-api-definition
public static AutomationProperty BackgroundProperty
Field Value
BorderBrushProperty
Declaration
cs-api-definition
public static AutomationProperty BorderBrushProperty
Field Value
BorderThicknessProperty
Declaration
cs-api-definition
public static AutomationProperty BorderThicknessProperty
Field Value
FontFamilyProperty
Declaration
cs-api-definition
public static AutomationProperty FontFamilyProperty
Field Value
FontSizeProperty
Declaration
cs-api-definition
public static AutomationProperty FontSizeProperty
Field Value
FontStretchProperty
Declaration
cs-api-definition
public static AutomationProperty FontStretchProperty
Field Value
FontStyleProperty
Declaration
cs-api-definition
public static AutomationProperty FontStyleProperty
Field Value
FontWeightProperty
Declaration
cs-api-definition
public static AutomationProperty FontWeightProperty
Field Value
ForegroundProperty
Declaration
cs-api-definition
public static AutomationProperty ForegroundProperty
Field Value
HorizontalContentAlignmentProperty
Declaration
cs-api-definition
public static AutomationProperty HorizontalContentAlignmentProperty
Field Value
IsTabStopProperty
Declaration
cs-api-definition
public static AutomationProperty IsTabStopProperty
Field Value
PaddingProperty
Declaration
cs-api-definition
public static AutomationProperty PaddingProperty
Field Value
TabIndexProperty
Declaration
cs-api-definition
public static AutomationProperty TabIndexProperty
Field Value
VerticalContentAlignmentProperty
Declaration
cs-api-definition
public static AutomationProperty VerticalContentAlignmentProperty
Field Value
Properties
BorderThickness
Declaration
cs-api-definition
public Thickness BorderThickness { get; set; }
Property Value
HorizontalContentAlignment
Declaration
cs-api-definition
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
VerticalContentAlignment
Declaration
cs-api-definition
public VerticalAlignment VerticalContentAlignment { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.