Control
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class Control : WpfTestElement, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControl
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public Control()
Fields
C#
public static AutomationProperty BackgroundProperty
C#
public static AutomationProperty BorderBrushProperty
C#
public static AutomationProperty BorderThicknessProperty
C#
public static AutomationProperty FontFamilyProperty
C#
public static AutomationProperty FontSizeProperty
C#
public static AutomationProperty FontStretchProperty
C#
public static AutomationProperty FontStyleProperty
C#
public static AutomationProperty FontWeightProperty
C#
public static AutomationProperty ForegroundProperty
C#
public static AutomationProperty HorizontalContentAlignmentProperty
C#
public static AutomationProperty IsTabStopProperty
C#
public static AutomationProperty PaddingProperty
C#
public static AutomationProperty TabIndexProperty
C#
public static AutomationProperty VerticalContentAlignmentProperty
Properties
C#
public Brush Background { get; set; }
C#
public Brush BorderBrush { get; set; }
C#
public Thickness BorderThickness { get; set; }
C#
public FontFamily FontFamily { get; }
C#
public FontStretch FontStretch { get; }
C#
public FontWeight FontWeight { get; }
C#
public Brush Foreground { get; set; }
C#
public HorizontalAlignment HorizontalContentAlignment { get; set; }
C#
public VerticalAlignment VerticalContentAlignment { get; set; }