Enum
ResizeMode

Specifies whether a window can be resized and, if so, how it can be resized. Used by the ResizeMode property.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum ResizeMode

Fields

CanMinimize

RadWindow can only be minimized and restored. Only the Minimize and Close buttons are shown.

Declaration

cs-api-definition
CanMinimize = 1

Field Value

ResizeMode

1

CanResize

RadWindow can be resized. The Minimize and Maximize buttons are all shown.

Declaration

cs-api-definition
CanResize = 0

Field Value

ResizeMode

0

NoResize

RadWindow cannot be resized. The Minimize and Maximize buttons are not displayed in the title bar.

Declaration

cs-api-definition
NoResize = 2

Field Value

ResizeMode

3

In this article
DefinitionFieldsCanMinimizeCanResizeNoResize
Not finding the help you need?
Contact Support