Class ChildWindow
Inheritance
System.Object
ChildWindow
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 ChildWindow : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ChildWindow()
Declaration
public ChildWindow()
Fields
HasCloseButtonProperty
OverlayBrushProperty
OverlayOpacityProperty
TitleProperty
Properties
HasCloseButton
Declaration
public bool HasCloseButton { get; set; }
Property Value
System.Boolean
|
OverlayBrush
OverlayOpacity
Declaration
public double OverlayOpacity { get; set; }
Property Value
System.Double
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|