Skip to content

RoundableButton

Aaron Amberman edited this page Mar 15, 2024 · 3 revisions

WPF.AA.CustomControls.RoundableButton

image

A simple round-able button.

Properties

  • CornerRadius
    • Gets or sets the corner radius for the button. (rounded corners)

Methods

There are no public or protected methods, only inherited methods.

Events

There are no events other than inherited ones.

Usage

Very easy to implement, just like a standard button.

<namespace:RoundableButton Content="ABC" CornerRadius="20" Padding="5" />
Clone this wiki locally