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。
相依性屬性資訊
識別項欄位 |
|
中繼資料屬性設為 true |
None |
備註
InlineRowTemplate 會定義當 ActiveEditMode 等於 Inline 時,PropertyContainer 如何呈現本身。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間