diff --git a/MAUI/Cards/properties.md b/MAUI/Cards/properties.md
new file mode 100644
index 0000000000..4097e33592
--- /dev/null
+++ b/MAUI/Cards/properties.md
@@ -0,0 +1,90 @@
+---
+layout: post
+title: Properties of .NET MAUI Card Layout control | Syncfusion®
+description: This section explains the properties and events with Syncfusion® MAUI Card Layout (SfCardLayout) control.
+platform: maui
+control: SfCardLayout
+documentation: ug
+---
+
+# .NET MAUI Card Layout API Reference
+
+## Properties
+
+
+
+ | Name |
+ Type |
+ Description |
+
+
+ | CheckedColor |
+ Color |
+ Defines the checked color. |
+
+
+ | ContentSpacing |
+ double |
+ Defines the spacing between the box and the text. |
+
+
+ | ControlSize |
+ double |
+ Defines the control size. |
+
+
+ | CornerRadius |
+ CornerRadius |
+ Defines the corner radius. |
+
+
+ | EnabledAnimation |
+ bool |
+ Defines the animation state. |
+
+
+ | FlowDirection |
+ FlowDirection |
+ Defines the text flow direction. |
+
+
+ | FontAttributes |
+ FontAttributes |
+ Defines the font style. |
+
+
+ | FontAutoScalingEnabled |
+ bool |
+ Defines whether font auto scaling is enabled. |
+
+
+ | FontFamily |
+ string |
+ Defines the font family. |
+
+
+ | FontSize |
+ double |
+ Defines the font size. |
+
+
+ | HorizontalTextAlignment |
+ TextAlignment |
+ Defines the text alignment. |
+
+
+ | IsChecked |
+ Nullable<bool> |
+ Defines the checked state. |
+
+
+ | IsEnabled |
+ bool |
+ Defines whether the control is enabled. |
+
+
+ | IsThreeState |
+ bool |
+ Defines whether three states are supported. |
+
+
+ | LineBreakMode |
+ LineBreakMode |
+ Defines the line break mode. |
+
+
+ | Padding |
+ Thickness |
+ Defines the inner padding. |
+
+
+ | StrokeThickness |
+ double |
+ Defines the stroke thickness. |
+
+
+ | Text |
+ string |
+ Defines the text. |
+
+
+ | TextColor |
+ Color |
+ Defines the text color. |
+
+
+ | TickColor |
+ Color |
+ Defines the tick color. |
+
+
+ | UncheckedColor |
+ Color |
+ Defines the unchecked color. |
+
+
+
+## Events
+
+
+
+ | Name |
+ Type |
+ Description |
+
+
+ | BlackoutDates |
+ ObservableCollection<DateTime> |
+ Defines the dates that cannot be selected. |
+
+
+ | ColumnHeaderView |
+ DatePickerColumnHeaderView |
+ Defines the column header view. |
+
+
+ | DayInterval |
+ int |
+ Defines the day interval. |
+
+
+ | Format |
+ PickerDateFormat |
+ Defines the date format. |
+
+
+ | HeaderView |
+ PickerHeaderView |
+ Defines the header view. |
+
+
+ | MaximumDate |
+ DateTime |
+ Defines the latest selectable date. |
+
+
+ | MinimumDate |
+ DateTime |
+ Defines the earliest selectable date. |
+
+
+ | MonthInterval |
+ int |
+ Defines the month interval. |
+
+
+ | SelectedDate |
+ DateTime |
+ Defines the selected date. |
+
+
+ | SelectionChangedCommand |
+ ICommand |
+ Defines the command that runs when the date changes. |
+
+
+ | YearInterval |
+ int |
+ Defines the year interval. |
+
+
+
+## Events
+
+