RichTextBox for UWP/WinRT
MarkerTemplate プロパティ

C1List でマーカーの描画に使用される Windows.UI.Xaml.DataTemplate を取得または設定します。このプロパティを設定すると、MarkerStyleMarkerImage は無視されます。
構文
'宣言
 
Public Property MarkerTemplate As Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.DataTemplate MarkerTemplate {get; set;}
解説
Windows.UI.Xaml.DataTemplate がインスタンス化されると、DataContext が C1ListMarkerTemplateContext 型のオブジェクトに設定されます。これを DataTemplate 内の連結で使用すると、リスト項目のインデックスやスタイルプロパティにアクセスできます。
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

参照

関連項目

C1List クラス
C1List メンバ

Send Feedback