Class Control
Inheritance
System.Object
Control
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Control : SilverlightTestElement, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
Control()
Declaration
public Control()
Fields
BackgroundProperty
BorderBrushProperty
BorderThicknessProperty
FontFamilyProperty
FontSizeProperty
FontStretchProperty
FontStyleProperty
FontWeightProperty
ForegroundProperty
HorizontalContentAlignmentProperty
Declaration
public static AutomationProperty HorizontalContentAlignmentProperty
Field Value
IsEnabledProperty
IsTabStopProperty
PaddingProperty
TabIndexProperty
TabNavigationProperty
VerticalContentAlignmentProperty
Declaration
public static AutomationProperty VerticalContentAlignmentProperty
Field Value
Properties
Background
BorderBrush
BorderThickness
FontFamily
Declaration
public FontFamily FontFamily { get; }
Property Value
System.
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.
|
FontStretch
Declaration
public FontStretch FontStretch { get; }
Property Value
System.
|
FontStyle
Declaration
public FontStyle FontStyle { get; }
Property Value
System.
|
FontWeight
Declaration
public FontWeight FontWeight { get; }
Property Value
System.
|
Foreground
HorizontalContentAlignment
Declaration
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.
|
Implements
IsTabStop
Declaration
public bool IsTabStop { get; set; }
Property Value
System.
|
Padding
TabIndex
Declaration
public int TabIndex { get; set; }
Property Value
System.
|
TabNavigation
VerticalContentAlignment
Declaration
public VerticalAlignment VerticalContentAlignment { get; set; }
Property Value
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|