You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fields
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