-
Notifications
You must be signed in to change notification settings - Fork 37
MCarouselContentStyle
Stanislav Podolia edited this page Aug 8, 2019
·
2 revisions
-
MCarouselText
-
title : string
-
subtitle : string
-
title : string
-
MOnClick
Only one type of MOnClick* is called when several conflicting styles are used.
For example if button has MOnClick and MOnTripleClick, only MOnTripleClick on triple click.
If click starts some async task, then consider to use MOnClickAsync instead-
click : () -> void
-
click : () -> void