Class Window
Inheritance
System.Object
Window
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 Window : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
Window()
Declaration
public Window()
Fields
AllowsTransparencyProperty
Declaration
public static AutomationProperty AllowsTransparencyProperty
Field Value
AutomationProperty
|
IconProperty
IsActiveProperty
LeftProperty
ResizeModeProperty
ShowActivatedProperty
ShowInTaskbarProperty
SizeToContentProperty
TitleProperty
TopmostProperty
TopProperty
WindowStateProperty
WindowStyleProperty
Properties
AllowsTransparency
Declaration
public bool AllowsTransparency { get; set; }
Property Value
System.Boolean
|
Icon
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
System.Boolean
|
Left
Declaration
public double Left { get; set; }
Property Value
System.Double
|
ResizeMode
ShowActivated
Declaration
public bool ShowActivated { get; set; }
Property Value
System.Boolean
|
ShowInTaskbar
Declaration
public bool ShowInTaskbar { get; set; }
Property Value
System.Boolean
|
SizeToContent
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
Top
Declaration
public double Top { get; set; }
Property Value
System.Double
|
Topmost
Declaration
public bool Topmost { get; set; }
Property Value
System.Boolean
|
WindowState
WindowStyle
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|