AmbientTheme.DrawRounded 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,表示與工作流程設計介面關聯的環境主題是否繪製圓角圖案。
public:
virtual property bool DrawRounded { bool get(); void set(bool value); };
public virtual bool DrawRounded { get; set; }
member this.DrawRounded : bool with get, set
Public Overridable Property DrawRounded As Boolean
屬性值
如果與工作流程關聯的環境主題繪製圓角圖案則為 true
,否則為 false
。 預設為 true
。