Scheduler for UWP/WinRT
DockLastChildToEnd プロパティ

DockLastChildToEnd プロパティは、最後の子要素を AppointmentWrapPanel の右下隅にドッキングするかどうかを決定します。デフォルト値は False です。これは依存関係プロパティです。
構文
'宣言
 
Public Property DockLastChildToEnd As System.Boolean
public System.bool DockLastChildToEnd {get; set;}
解説
使用例については、Office 2007 テーマの IntervalAppointmentTemplate を参照してください。この例では、予定アイコンが常に AppointmentWrapPanel の右下隅に表示されます。
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

参照

関連項目

AppointmentWrapPanel クラス
AppointmentWrapPanel メンバ

Send Feedback