Share via


ProgressBar.TemplateSettings Proprietà

Definizione

Ottiene un oggetto che fornisce valori calcolati a cui è possibile fare riferimento come origini TemplateBinding durante la definizione di modelli per un controllo ProgressBar .

public:
 property ProgressBarTemplateSettings ^ TemplateSettings { ProgressBarTemplateSettings ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
ProgressBarTemplateSettings TemplateSettings();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
public ProgressBarTemplateSettings TemplateSettings { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField] get; }
var progressBarTemplateSettings = progressBar.templateSettings;
Public ReadOnly Property TemplateSettings As ProgressBarTemplateSettings

Valore della proprietà

Oggetto che fornisce valori calcolati per i modelli.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute

Si applica a