Skip to content

RoundableToggleButton

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

WPF.AA.CustomControls.RoundableToggleButton

image

A simple round-able toggle button.

Properties

  • CornerRadius
    • Gets or sets the corner radius for the toggle 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 toggle button.

<namespace:RoundableToggleButton Content="ABCD" CornerRadius="20" Padding="5" />