IsResizable Property (Popup)
In This Topic
Gets or sets a value that determines whether the popup can be resized by dragging its edges with the mouse.
Syntax
'Declaration
Public Property IsResizable As Boolean
public bool IsResizable {get; set;}
See Also