ProgressRing.TemplateSettings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 对象,该对象提供可在定义 ProgressRing 控件的模板时作为 TemplateBinding 源引用的计算值。
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; }
var progressRingTemplateSettings = progressRing.templateSettings;
Public ReadOnly Property TemplateSettings As ProgressRingTemplateSettings
属性值
一个 对象,该对象为模板提供计算值。
- 属性
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute