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

プロパティ値

true Buttonに角が丸い場合は >、それ以外の場合はfalse

注釈

falseに設定すると、角は正方形になります。

依存関係プロパティ情報

品目 価値
識別子フィールド RoundCornersProperty
に設定されたメタデータ プロパティ true AffectsRender

適用対象