ProgressRing.TemplateSettings プロパティ

定義

ProgressRing コントロールのテンプレートを定義するときに TemplateBinding ソースとして参照できる計算値を提供するオブジェクトを取得します。

このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

public:
 property ProgressRingTemplateSettings ^ TemplateSettings { ProgressRingTemplateSettings ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
ProgressRingTemplateSettings TemplateSettings();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
public ProgressRingTemplateSettings TemplateSettings { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField] get; }
Public ReadOnly Property TemplateSettings As ProgressRingTemplateSettings

プロパティ値

テンプレートの計算値を提供するオブジェクト。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

適用対象