New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
[Flags]
public enum SizingMode

Fields

C#
None = 0
C#
RightBottom = 1
C#
UpDown = 2
C#
UpDownAndRightBottom = RightBottom | UpDown