Share via


Resizer.ResizeWhileDragging Property

Definition

Gets or sets a value indicating if resizing occurs while dragging.

public:
 property bool ResizeWhileDragging { bool get(); void set(bool value); };
public:
 property bool ResizeWhileDragging { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets a value indicating if resizing occurs while dragging.")]
public bool ResizeWhileDragging { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value indicating if resizing occurs while dragging.")>]
member this.ResizeWhileDragging : bool with get, set
Public Property ResizeWhileDragging As Boolean

Property Value

Attributes

Applies to