ButtonChrome.RoundCorners Property

Definition

Gets or sets a value indicating whether the Button has round corners.

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

Property Value

true if the Button has round corners; otherwise false.

Remarks

When set to false, the corners are square.

Dependency Property Information

Identifier field RoundCornersProperty
Metadata properties set to true AffectsRender

Applies to