ASP.NET Core MVC コントロールヘルプ
IsResizable プロパティ (Popup)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > Popup クラス : IsResizable プロパティ
Gets or sets a value that determines whether the popup can be resized by dragging its edges with the mouse.
シンタックス
'宣言
 
Public Property IsResizable As System.Boolean
public System.bool IsResizable {get; set;}
解説
You can limit the size of the popup by setting the host element's max-width, min-width, max-height, and min-height CSS properties.
参照

Popup クラス
Popup メンバ