From 5e27c4e42f45c8de687990be871b9ae00ec1611f Mon Sep 17 00:00:00 2001 From: SlimeNull Date: Wed, 17 Apr 2024 16:09:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=92=B0=E5=86=99=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69eeeb1..203c2c3 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,9 @@ Controls: - ToggleButton: Origin toggle button with `CornerRadius` property - ScrollViewer: Origin scroll viewer with 'MouseWheelDelta' based scrolling - ConditionalControl: Display the control based on the condition -- TextBox: Origin text box with `Placeholder` property +- TextBox: Origin text box with `Placeholder` and `CornerRadius` property +- ListBox: Origin list box with `CornerRadius` property +- ListBoxItem: Origin list box item with `CornerRadius` property - TransitioningContentControl: ContentControl that allows you to set transitions - Frame: Frame that allows you to set transitions