Share via


ButtonChrome.RoundCorners 屬性

定義

取得或設定值,指出 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

適用於