ナビゲーションペインのテキストは、NextAppointmentText プロパティと PreviousAppointmentText プロパティを設定するだけで変更できます。
スケジュールは、次の図のようになります。
To change the navigation pane text at design time, follow these steps:
XAML の使用
次の XAML は、NextAppointmentText プロパティと PreviousAppointmentText プロパティを設定します。
XAML |
コードのコピー
|
---|---|
<c1:C1Scheduler Margin="15,15,0,12" Name="scheduler" NextAppointmentText="Forward" PreviousAppointmentText="Back"></c1:C1Scheduler> |