Class Page
Inheritance
System.Object
Page
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 Page : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Page()
Declaration
public Page()
Fields
BackgroundProperty
BorderBrushProperty
BorderThicknessProperty
FontFamilyProperty
FontSizeProperty
FontStretchProperty
FontStyleProperty
FontWeightProperty
ForegroundProperty
HorizontalContentAlignmentProperty
Declaration
public static AutomationProperty HorizontalContentAlignmentProperty
Field Value
AutomationProperty
|
IsEnabledProperty
IsTabStopProperty
PaddingProperty
TabIndexProperty
TabNavigationProperty
VerticalContentAlignmentProperty
Declaration
public static AutomationProperty VerticalContentAlignmentProperty
Field Value
AutomationProperty
|
Properties
Background
BorderBrush
BorderThickness
FontFamily
Declaration
public FontFamily FontFamily { get; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
FontStretch
Declaration
public FontStretch FontStretch { get; }
Property Value
System.Windows.FontStretch
|
FontStyle
Declaration
public FontStyle FontStyle { get; }
Property Value
System.Windows.FontStyle
|
FontWeight
Declaration
public FontWeight FontWeight { get; }
Property Value
System.Windows.FontWeight
|
Foreground
HorizontalContentAlignment
Declaration
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
HorizontalAlignment
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
IsTabStop
Declaration
public bool IsTabStop { get; set; }
Property Value
System.Boolean
|
Padding
TabIndex
Declaration
public int TabIndex { get; set; }
Property Value
System.Int32
|
TabNavigation
VerticalContentAlignment
Declaration
public VerticalAlignment VerticalContentAlignment { get; set; }
Property Value
VerticalAlignment
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|