Class Frame
Inheritance
System.Object
Frame
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 Frame : SilverlightTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Frame()
Declaration
public Frame()
Fields
BackgroundProperty
BorderBrushProperty
BorderThicknessProperty
CacheSizeProperty
CanGoBackProperty
CanGoForwardProperty
CurrentSourceProperty
FontFamilyProperty
FontSizeProperty
FontStretchProperty
FontStyleProperty
FontWeightProperty
ForegroundProperty
HorizontalContentAlignmentProperty
Declaration
public static AutomationProperty HorizontalContentAlignmentProperty
Field Value
AutomationProperty
|
IsEnabledProperty
IsTabStopProperty
JournalOwnershipProperty
Declaration
public static AutomationProperty JournalOwnershipProperty
Field Value
AutomationProperty
|
PaddingProperty
SourceProperty
TabIndexProperty
TabNavigationProperty
VerticalContentAlignmentProperty
Declaration
public static AutomationProperty VerticalContentAlignmentProperty
Field Value
AutomationProperty
|
Properties
Background
BorderBrush
BorderThickness
CacheSize
Declaration
public int CacheSize { get; set; }
Property Value
System.Int32
|
CanGoBack
Declaration
public bool CanGoBack { get; set; }
Property Value
System.Boolean
|
CanGoForward
Declaration
public bool CanGoForward { get; set; }
Property Value
System.Boolean
|
CurrentSource
Declaration
public string CurrentSource { get; }
Property Value
System.String
|
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
|
JournalOwnership
Padding
Source
Declaration
public string Source { get; }
Property Value
System.String
|
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
|