バージョン

ResizeConstraints コンストラクタ

ResizeConstraints クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal resizerBar As FrameworkElement, _
   ByVal resizeArea As FrameworkElement, _
   ByVal resizeInXAxis As Boolean _
)
public ResizeConstraints( 
   FrameworkElement resizerBar,
   FrameworkElement resizeArea,
   bool resizeInXAxis
)

パラメータ

resizerBar
リサイズ バー
resizeArea
リサイズ領域
resizeInXAxis
要素が x 軸に沿ってサイズ変更されます。要素が y 軸に沿ってサイズ変更される場合は False。
参照