Class 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.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Page : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Page()
Declaration
public Page()
Fields
BackgroundProperty
FontFamilyProperty
FontSizeProperty
ForegroundProperty
KeepAliveProperty
TitleProperty
Properties
Background
FontFamily
Declaration
public FontFamily FontFamily { get; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
Foreground
KeepAlive
Declaration
public bool KeepAlive { get; set; }
Property Value
System.Boolean
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|