'宣言 Public Class AppointmentsCoverPane Inherits CoverElementsPane
public class AppointmentsCoverPane : CoverElementsPane
'宣言 Public Class AppointmentsCoverPane Inherits CoverElementsPane
public class AppointmentsCoverPane : CoverElementsPane
AppointmentsCoverPane は、この機能を VisualIntervalを表す任意の UI に対して提供します。それには、VisualInterval UI の表現として扱うことができる各要素(通常は VisualIntervalTemplate定義内の外側の(ルート)要素)に添付 OrientationPropertyが割り当てられている必要があります。 CoverElementsPaneは、 AppointmentsCoverPaneの基本クラスです。割り当てられる値は、間隔要素の時間の方向を示しており、値は Horizontal または Vertical です。たとえば、[Working Week]ビュー内の間隔要素ではこの値に Vertical を割り当て、[Month]ビューの要素ではこの値に Horizontal を割り当てます。AppointmentsCoverPane の予定ボックスの内容は、 IntervalAppointmentTemplateプロパティで定義される DataTemplate によって表されます。
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
C1.WPF.Schedule.CoverElementsPane
C1.WPF.Schedule.AppointmentsCoverPane