DataGridComboBoxColumn.DefaultElementStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ElementStyle 的預設值。
public:
static property System::Windows::Style ^ DefaultElementStyle { System::Windows::Style ^ get(); };
public static System.Windows.Style DefaultElementStyle { get; }
member this.DefaultElementStyle : System.Windows.Style
Public Shared ReadOnly Property DefaultElementStyle As Style
屬性值
ElementStyle 的預設值。
備註
如果您要建立新的樣式,而且想要繼承一些現有的樣式專案,請使用 BasedOn 屬性,根據 新樣式 DefaultElementStyle 。