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

適用対象