Class RadWindow
Inheritance
System.Object
RadWindow
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadWindow : ContentControl, IAutomationPeer, IPeerConverter, IRadWindow, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadWindow()
Declaration
public RadWindow()
Properties
CanClose
Declaration
public bool CanClose { get; }
Property Value
System.Boolean
|
Implements
CanMove
Declaration
public bool CanMove { get; }
Property Value
System.Boolean
|
Implements
ContentPresenterElement
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
ContentPresenter
|
IsActiveWindow
Declaration
public bool IsActiveWindow { get; }
Property Value
System.Boolean
|
Implements
IsMaximized
Declaration
public bool IsMaximized { get; }
Property Value
System.Boolean
|
Implements
IsMinimized
Declaration
public bool IsMinimized { get; }
Property Value
System.Boolean
|
Implements
IsModal
Declaration
public bool IsModal { get; }
Property Value
System.Boolean
|
Implements
IsOpen
Left
Declaration
public double Left { get; set; }
Property Value
System.Double
|
Implements
LeftOffset
Declaration
[Obsolete("The property is deprecated. The property is removed from RadWindow in 2011.2.712")]
public double LeftOffset { get; set; }
Property Value
System.Double
|
Implements
RestoreMinimizedLocation
Declaration
public bool RestoreMinimizedLocation { get; }
Property Value
System.Boolean
|
Implements
Title
Top
TopOffset
Declaration
[Obsolete("The property is deprecated. The property is removed from RadWindow in 2011.2.712")]
public double TopOffset { get; set; }
Property Value
System.Double
|
Implements
Methods
Close()
HeightCloseTo(Double)
Declaration
public bool HeightCloseTo(double height)
Parameters
System.Double
height
|
Returns
System.Boolean
|
HorizontalCoordinateCloseTo(Double)
Declaration
public bool HorizontalCoordinateCloseTo(double horizontalCoordinates)
Parameters
System.Double
horizontalCoordinates
|
Returns
System.Boolean
|
Maximize()
Minimize()
MoveBy(Int32, Int32)
Declaration
public void MoveBy(int offsetByX, int offsetByY)
Parameters
System.Int32
offsetByX
|
System.Int32
offsetByY
|
Implements
Resize(OffsetReference, Int32, Int32)
Declaration
public void Resize(OffsetReference startPoint, int offsetByX, int offsetByY)
Parameters
OffsetReference
startPoint
|
System.Int32
offsetByX
|
System.Int32
offsetByY
|
Implements
ResizeDown(Int32)
Declaration
public void ResizeDown(int offsetByY)
Parameters
System.Int32
offsetByY
|
Implements
ResizeDownLeft(Int32, Int32)
Declaration
public void ResizeDownLeft(int offsetByX, int offsetByY)
Parameters
System.Int32
offsetByX
|
System.Int32
offsetByY
|
Implements
ResizeDownRight(Int32, Int32)
Declaration
public void ResizeDownRight(int offsetByX, int offsetByY)
Parameters
System.Int32
offsetByX
|
System.Int32
offsetByY
|
Implements
ResizeLeft(Int32)
Declaration
public void ResizeLeft(int offsetByX)
Parameters
System.Int32
offsetByX
|
Implements
ResizeRight(Int32)
Declaration
public void ResizeRight(int offsetByX)
Parameters
System.Int32
offsetByX
|
Implements
ResizeUp(Int32)
Declaration
public void ResizeUp(int offsetByY)
Parameters
System.Int32
offsetByY
|
Implements
ResizeUpLeft(Int32, Int32)
Declaration
public void ResizeUpLeft(int offsetByX, int offsetByY)
Parameters
System.Int32
offsetByX
|
System.Int32
offsetByY
|
Implements
ResizeUpRight(Int32, Int32)
Declaration
public void ResizeUpRight(int offsetByX, int offsetByY)
Parameters
System.Int32
offsetByX
|
System.Int32
offsetByY
|
Implements
Restore()
VerticalCoordinateCloseTo(Double)
Declaration
public bool VerticalCoordinateCloseTo(double verticalCoordinates)
Parameters
System.Double
verticalCoordinates
|
Returns
System.Boolean
|
WidthCloseTo(Double)
Declaration
public bool WidthCloseTo(double width)
Parameters
System.Double
width
|
Returns
System.Boolean
|