ASP.NET Core MVC コントロールヘルプ
IsResizable メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > PopupBuilder クラス : IsResizable メソッド
The value.
Configurates C1.Web.Mvc.Popup.IsResizable. Sets a value that determines whether the popup can be resized by dragging its edges with the mouse.
シンタックス
'宣言
 
Public Function IsResizable( _
   ByVal value As System.Boolean _
) As PopupBuilder
public PopupBuilder IsResizable( 
   System.bool value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
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.
参照

PopupBuilder クラス
PopupBuilder メンバ