From 0723ae5395a80b8f2e01f3a8fa53d87ab126ad7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20G=C3=B6n=C3=BClta=C5=9F?= Date: Wed, 14 Aug 2024 06:42:11 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe224b..3adf421 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ The usage of the AttachedProperty in the Button class will be as follows: new Button() .Text("Login") .FontAttributes(Bold) -.IsSubmitButton(true) +.FormViewIsSubmitButton(true) ```