Basic Library for UWP/WinRT XAML
LastChildFill プロパティ

パネルの最後の子が残りのスペース全体を占めるかどうかを示す値を取得または設定します。
構文
'宣言
 
Public Property LastChildFill As System.Boolean
public System.bool LastChildFill {get; set;}
解説
このプロパティが true に設定されている場合は、最後の子要素の Dock プロパティが無視され、パネルは空のスペース全体を使用するように試みます。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1DockPanel クラス
C1DockPanel メンバ

Send Feedback