ClassPage
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class Page : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementPage
Implements:
Inherited Members
Constructors
Page()
Declaration
public Page()
Fields
BackgroundProperty
Declaration
public static AutomationProperty BackgroundProperty
Field Value
BorderBrushProperty
Declaration
public static AutomationProperty BorderBrushProperty
Field Value
BorderThicknessProperty
Declaration
public static AutomationProperty BorderThicknessProperty
Field Value
FontFamilyProperty
Declaration
public static AutomationProperty FontFamilyProperty
Field Value
FontSizeProperty
Declaration
public static AutomationProperty FontSizeProperty
Field Value
FontStretchProperty
Declaration
public static AutomationProperty FontStretchProperty
Field Value
FontStyleProperty
Declaration
public static AutomationProperty FontStyleProperty
Field Value
FontWeightProperty
Declaration
public static AutomationProperty FontWeightProperty
Field Value
ForegroundProperty
Declaration
public static AutomationProperty ForegroundProperty
Field Value
HorizontalContentAlignmentProperty
Declaration
public static AutomationProperty HorizontalContentAlignmentProperty
Field Value
IsEnabledProperty
Declaration
public static AutomationProperty IsEnabledProperty
Field Value
IsTabStopProperty
Declaration
public static AutomationProperty IsTabStopProperty
Field Value
PaddingProperty
Declaration
public static AutomationProperty PaddingProperty
Field Value
TabIndexProperty
Declaration
public static AutomationProperty TabIndexProperty
Field Value
TabNavigationProperty
Declaration
public static AutomationProperty TabNavigationProperty
Field Value
VerticalContentAlignmentProperty
Declaration
public static AutomationProperty VerticalContentAlignmentProperty
Field Value
Properties
BorderThickness
Declaration
public Thickness BorderThickness { get; set; }
Property Value
HorizontalContentAlignment
Declaration
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
TabNavigation
Declaration
public KeyboardNavigationMode TabNavigation { get; set; }
Property Value
VerticalContentAlignment
Declaration
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.