Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

SectionModel

IGR777 edited this page Sep 26, 2018 · 1 revision

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

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

Clone this wiki locally