-
Notifications
You must be signed in to change notification settings - Fork 2
SectionModel
Class which include all customization fields for Section component. Flag for reset customization (bool ResetCustomization) and field for encapsulate for Section button action (Action SectionAction) also included.
bool ResetCustomization - field which indicates should Section reset it's customization.
string SectionName - text for section name
string ButtonText - text for button
bool HasButton - indicates if section button is shown to user
Action SectionAction - action when user press the button
float SectionNameTextSize - text size for section name
float ButtonTextTextSize - text size for button
float SectionTextLetterSpacing - letter spacing for section name
float ButtonTextLetterSpacing - letter spacing for sbutton text
UIFont Typeface SectionNameFont - font for section name
UIFont Typeface ButtonNameFont - font for button text
UIColor Color SectionNameColor - color for section name
UIColor Color ButtonNameColor - color for button text
UIColor Color BackgroundColor - color for section background
bool HasButton - indicates if section has a border
UIColor Color BorderColor - color for section border
int BorderWidth - width of section border
int TopPadding - top padding in section
int BottomPadding - bottom padding in section
int RightPadding - right padding in section
int LeftPadding - left padding in section