-
Notifications
You must be signed in to change notification settings - Fork 101
Dropdown Coloring
Enis Necipoglu edited this page Feb 5, 2019
·
2 revisions
There are 6 properties for coloring dropdown and they are confusing. There is explanation for color properties below;
-
Color : Simply defines, Icon and arrow color of dropdown. (Icon can be set by
IconImage
property) -
TitleColor : Defines title of this control. (Title can be set by
Title
property) - AnnotationColor : Defines annotation color of this control. Annotation will be displayed when this field is required and unselected. This message can be set by 'ValidationMessage' property.
-
BorderColor : Defined borders of dropdown. If this is set as
Color.Transparent
, shadow will be removed too. - TextColor : Defines text color of dropdown when a value is selected.
-
PlaceholderColor : Defines text color of dropdown when no value selected. Default is
WhiteSmoke
.