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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
HorizontalCardSpacingintDefines the horizontal spacing between cards.
ShowSwipedCardboolShows the swiped card.
SwipeDirectionCardSwipeDirectionDefines the swipe direction.
VerticalCardSpacingintDefines the vertical spacing between cards.
VisibleIndexNullable<int>Defines the visible card index.
+ +## Events + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
TappedEventHandler<TappedEventArgs>Raised when the layout is tapped.
VisibleIndexChangedEventHandler<CardVisibleIndexChangedEventArgs>Raised when the visible card changes.
VisibleIndexChangingEventHandler<CardVisibleIndexChangingEventArgs>Raised before the visible card changes.
+ +## Methods + + + + + + + + + + + + + + + + + +
NameTypeDescription
Backward()voidMoves to the previous card.
Forward()voidMoves to the next card.
diff --git a/MAUI/CheckBox/properties.md b/MAUI/CheckBox/properties.md new file mode 100644 index 0000000000..b5ec56ddaa --- /dev/null +++ b/MAUI/CheckBox/properties.md @@ -0,0 +1,145 @@ +--- +layout: post +title: Properties of .NET MAUI CheckBox control | Syncfusion® +description: This section explains the properties, events, and methods with Syncfusion® MAUI CheckBox (SfCheckBox) control. +platform: maui +control: SfCheckBox +documentation: ug +--- + +# .NET MAUI CheckBox API Reference + +## Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
CheckedColorColorDefines the checked color.
ContentSpacingdoubleDefines the spacing between the box and the text.
ControlSizedoubleDefines the control size.
CornerRadiusCornerRadiusDefines the corner radius.
EnabledAnimationboolDefines the animation state.
FlowDirectionFlowDirectionDefines the text flow direction.
FontAttributesFontAttributesDefines the font style.
FontAutoScalingEnabledboolDefines whether font auto scaling is enabled.
FontFamilystringDefines the font family.
FontSizedoubleDefines the font size.
HorizontalTextAlignmentTextAlignmentDefines the text alignment.
IsCheckedNullable<bool>Defines the checked state.
IsEnabledboolDefines whether the control is enabled.
IsThreeStateboolDefines whether three states are supported.
LineBreakModeLineBreakModeDefines the line break mode.
PaddingThicknessDefines the inner padding.
StrokeThicknessdoubleDefines the stroke thickness.
TextstringDefines the text.
TextColorColorDefines the text color.
TickColorColorDefines the tick color.
UncheckedColorColorDefines the unchecked color.
+ +## Events + + + + + + + + + + + + + + + + + +
NameTypeDescription
StateChangedEventHandler<StateChangedEventArgs>Raised when the state changes.
StateChangingEventHandler<StateChangingEventArgs>Raised before the state changes.
diff --git a/MAUI/DatePicker/properties.md b/MAUI/DatePicker/properties.md new file mode 100644 index 0000000000..b61584c373 --- /dev/null +++ b/MAUI/DatePicker/properties.md @@ -0,0 +1,150 @@ +--- +layout: post +title: Properties of .NET MAUI Date Picker control | Syncfusion® +description: This section explains about the properties and events with Syncfusion® MAUI Date Picker (SfDatePicker) control and more. +platform: maui +control: SfDatePicker +documentation: ug +--- + +# .NET MAUI Date Picker API Reference + +## Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
BlackoutDatesObservableCollection<DateTime>Defines the dates that cannot be selected.
ColumnHeaderViewDatePickerColumnHeaderViewDefines the column header view.
DayIntervalintDefines the day interval.
FormatPickerDateFormatDefines the date format.
HeaderViewPickerHeaderViewDefines the header view.
MaximumDateDateTimeDefines the latest selectable date.
MinimumDateDateTimeDefines the earliest selectable date.
MonthIntervalintDefines the month interval.
SelectedDateDateTimeDefines the selected date.
SelectionChangedCommandICommandDefines the command that runs when the date changes.
YearIntervalintDefines the year interval.
+ +## Events + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
CancelButtonClickedEventHandler<EventArgs>Raised when the Cancel button is tapped.
ClosedEventHandler<EventArgs>Raised when the picker closes.
ClosingEventHandler<CancelEventArgs>Raised before the picker closes.
OpenedEventHandler<EventArgs>Raised when the picker opens.
OkButtonClickedEventHandler<EventArgs>Raised when the OK button is tapped.
SelectionChangedEventHandler<DatePickerSelectionChangedEventArgs>Raised when the selected date changes.
+ +## Methods + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
OnCancelButtonClicked(EventArgs)voidHandles the Cancel button click.
OnOkButtonClicked(EventArgs)voidHandles the OK button click.
OnPopupClosed(EventArgs)voidRuns after the popup closes.
OnPopupClosing(CancelEventArgs)voidRuns before the popup closes.
OnPopupOpened(EventArgs)voidRuns after the popup opens.
diff --git a/maui-toc.html b/maui-toc.html index 24945ae248..f1efe52711 100644 --- a/maui-toc.html +++ b/maui-toc.html @@ -441,6 +441,7 @@