共用方式為


PropertyContainer.InlineRowTemplate 屬性

更新:2007 年 11 月

取得或設定 PropertyContainer 的 InlineRowTemplate。這是相依性屬性。

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

語法

Public Property InlineRowTemplate As ControlTemplate

Dim instance As PropertyContainer
Dim value As ControlTemplate

value = instance.InlineRowTemplate

instance.InlineRowTemplate = value
public ControlTemplate InlineRowTemplate { get; set; }
public:
property ControlTemplate^ InlineRowTemplate {
    ControlTemplate^ get ();
    void set (ControlTemplate^ value);
}
public function get InlineRowTemplate () : ControlTemplate
public function set InlineRowTemplate (value : ControlTemplate)

屬性值

型別:System.Windows.Controls.ControlTemplate

ControlTemplate,表示 PropertyContainer 的 InlineRowTemplate。

Dependency 屬性資訊

識別項欄位

InlineRowTemplateProperty

中繼資料屬性設為 true。

備註

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

使用權限

請參閱

參考

PropertyContainer 類別

PropertyContainer 成員

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀