ButtonChrome.RoundCorners 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出 Button 是否有圓形邊角。
public:
property bool RoundCorners { bool get(); void set(bool value); };
public bool RoundCorners { get; set; }
member this.RoundCorners : bool with get, set
Public Property RoundCorners As Boolean
屬性值
如果 Button 有圓形邊角,則為 true
,否則為 false
。
備註
當設定為 false
時,邊角是正方形。
相依性屬性資訊
標識元欄位 | RoundCornersProperty |
設定為的元數據屬性 true |
AffectsRender |