Proprietà PropertyContainer.InlineRowTemplate

Ottiene o imposta l'oggetto InlineRowTemplate per l'oggetto PropertyContainer.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Property InlineRowTemplate As ControlTemplate
    Get
    Set
public ControlTemplate InlineRowTemplate { get; set; }
public:
property ControlTemplate^ InlineRowTemplate {
    ControlTemplate^ get ();
    void set (ControlTemplate^ value);
}
member InlineRowTemplate : ControlTemplate with get, set
function get InlineRowTemplate () : ControlTemplate
function set InlineRowTemplate (value : ControlTemplate)

Valore proprietà

Tipo: System.Windows.Controls.ControlTemplate
Oggetto ControlTemplate che rappresenta l'oggetto InlineRowTemplate per l'oggetto PropertyContainer.

Informazioni proprietà di dipendenza

Campo dell'identificatore

InlineRowTemplateProperty

Proprietà dei metadati impostate su true

Nessuna correzione

Note

L'oggetto InlineRowTemplate definisce il modo in cui l'oggetto PropertyContainer esegue il rendering di sé stesso quando l'oggetto ActiveEditMode è uguale all'oggetto Inline.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyContainer Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà

Dependency Properties Overview