InterfaceIRadWindow
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public interface IRadWindow : IContentControl, IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CanClose
Gets a value indicating whether the current RadWindow can be closed.
CanMove
Gets a value indicating whether the current RadWindow can be moved.
IsActiveWindow
Gets a value indicating whether this instance is active.
IsMaximized
Gets a value that represents whether the RadWindow is maximized.
IsMinimized
Gets a value that represents whether the RadWindow is minimized.
IsModal
Gets a value that represents whether the RadWindow is modal.
IsOpen
Gets a value representing the current RadWindow open state.
Left
Gets or sets a value that represents the distance between the left side of an element and the left side of the page.
LeftOffset
Gets or sets a value that represents the distance between the left of an element when centered and the offset from this value.
RestoreMinimizedLocation
Gets the value determining whether the window preserves its size and location when the state is changed.
Title
Get the title of the window.
Top
Gets or sets a value that represents the distance between the top of an element and the top of the page.
Methods
Close()
Closes the window by a 'Close' button Click action.
Declaration
void Close()
Maximize()
Maximizes the window by a 'Maximize' button Click action.
Declaration
void Maximize()
Minimize()
Minimizes the window by a 'Minimize' button Click action.
Declaration
void Minimize()
MoveBy(int, int)
Moves the window dragging its header thumb by the given pixels on X and Y coordinates.
Resize(OffsetReference, int, int)
Resize the window from a given pont with specified offset.
Declaration
void Resize(OffsetReference startPoint, int offsetByX, int offsetByY)
Parameters
startPoint
The start point from which the resizing starts.
offsetByX
The offset of resizing by X.
offsetByY
The offset of resizing by Y.
ResizeDown(int)
Resizes (Down) the window with given pixels.
Declaration
void ResizeDown(int offsetByY)
Parameters
offsetByY
The pixels to add on down resizing.
ResizeDownLeft(int, int)
Resizes to down/left the window with given pixels.
ResizeDownRight(int, int)
Resizes to down/right the window with given pixels.
ResizeLeft(int)
Resizes (Left) the window with given pixels.
Declaration
void ResizeLeft(int offsetByX)
Parameters
offsetByX
The pixels to add on left resizing.
ResizeRight(int)
Resizes (Right) the window with given pixels.
Declaration
void ResizeRight(int offsetByX)
Parameters
offsetByX
The pixels to add on right resizing.
ResizeUp(int)
Resizes (UP) the window with given pixels.
Declaration
void ResizeUp(int offsetByY)
Parameters
offsetByY
The pixels to add on up resizing.
ResizeUpLeft(int, int)
Resizes to up/left the window with given pixels.
ResizeUpRight(int, int)
Resizes to up/right the window with given pixels.
Restore()
Restores the state (from maximized/minimized to normal) of the window by Click action on the respective button.
Declaration
void Restore()