underline property
void
get
underline
Implementation
void get underline {
_baseBorder.type = NikuInputBorderType.Underline;
_enabledBorder.type = NikuInputBorderType.Underline;
_disabledBorder.type = NikuInputBorderType.Underline;
_focusedBorder.type = NikuInputBorderType.Underline;
_focusedErrorBorder.type = NikuInputBorderType.Underline;
_errorBorder.type = NikuInputBorderType.Underline;
}