RadWindow
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class RadWindow : ContentControl, IAutomationPeer, IPeerConverter, IRadWindow, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadWindow...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadWindow()
Properties
C#
public ContentPresenter ContentPresenterElement { get; }
C#
public bool IsActiveWindow { get; }
Implements:
C#
public bool IsMaximized { get; }
Implements:
C#
public bool IsMinimized { get; }
Implements:
C#
[Obsolete("The property is deprecated. The property is removed from RadWindow in 2011.2.712")]
public double LeftOffset { get; set; }
Implements:
C#
public bool RestoreMinimizedLocation { get; }
Implements:
Methods
C#
public void Close()
Implements:
C#
public void Maximize()
Implements:
C#
public void Minimize()
Implements:
C#
public void Resize(OffsetReference startPoint, int offsetByX, int offsetByY)
Implements:
C#
public void Restore()
Implements: