共用方式為


PropertyContainer.InlineRowTemplate 屬性

取得或設定 PropertyContainer 的 InlineRowTemplate。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
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)

屬性值

型別:System.Windows.Controls.ControlTemplate
ControlTemplate ,表示 PropertyContainer 的 InlineRowTemplate。

相依性屬性資訊

識別項欄位

InlineRowTemplateProperty

中繼資料屬性設為 true

None

備註

InlineRowTemplate 會定義當 ActiveEditMode 等於 Inline 時,PropertyContainer 如何呈現本身。

.NET Framework 安全性

請參閱

參考

PropertyContainer 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀