Sdílet prostřednictvím


PropertyContainer.InlineRowTemplate – vlastnost

Získá nebo nastaví InlineRowTemplate pro PropertyContainer.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Windows.Controls.ControlTemplate
A ControlTemplate , představuje InlineRowTemplate pro PropertyContainer.

Informace o vlastnosti závislosti

Identifikátor pole

InlineRowTemplateProperty

Nastavit vlastnosti metadattrue

Žádné

Poznámky

InlineRowTemplate Definuje jak na PropertyContainer vykresluje při ActiveEditMode se rovná Inline.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyContainer Třída

Microsoft.Windows.Design.PropertyEditing – obor názvů

Další zdroje

WPF Designer Extensibility

Property Editing Architecture

Dependency Properties Overview