Back to Devexpress

EditBaseActualAppearance Properties

maui-devexpress-dot-maui-dot-editors-dot-editbaseactualappearance-dot-underscore-properties.md

latest12.3 KB
Original Source

EditBaseActualAppearance Properties

An appearance object.

NameDescription
BackgroundColorGets the background color that is applied to the EditBase. To specify this color, use the EditBase‘s BackgroundColor property.
BorderColorGets the border color that is applied to the EditBase. To specify this color, use the BorderColor property.
BorderThicknessGets the border thickness value that is applied to the EditBase. To specify this color, use the BorderThickness property.
BottomTextFontSizeGets the bottom text’s font size value that is applied to the EditBase. To specify this value, use the BottomTextFontSize property.
BottomTextTopIndentGets the bottom text’s top indent value that is applied to the EditBase. To specify this value, use the BottomTextTopIndent property.
BoxMinHeightGets the editor box’s minimal height value that is applied to the EditBase. To specify this value, use the BoxMinHeight property.
BoxPaddingGets the editor box’s padding value that is applied to the EditBase. To specify this value, use the BoxPadding property.
ClearIconColorGets the color that is applied to the EditBase‘s clear icon. To specify this color, use the ClearIconColor property.
ClearIconVisibilityGets the clear icon’s visibility value that is applied to the EditBase. To specify this value, use the BoxPadding property.
CornerRadiusGets the corder radius value that is applied to the EditBase. To specify this value, use the CornerRadius property.
CursorColorGets the cursor color that is applied to the EditBase. To specify this value, use the CursorColor property.
DisabledBackgroundColorGets the background color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledBackgroundColor property.
DisabledBorderColorGets the border color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledBorderColor property.
DisabledBorderThicknessGets the border thickness value that is applied to the EditBase when it is disabled. To specify this value, use the DisabledBorderThickness property.
DisabledHelpTextColorGets the help text color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledHelpTextColor property.
DisabledIconColorGets the icon color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledIconColor property.
DisabledLabelColorGets the label color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledLabelColor property.
DisabledTextColorGets the text color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledTextColor property.
EndIconColorGets the color that is applied to the EditBase‘s end icon. To specify this color, use the EndIconColor property.
ErrorColorGets the color of the edit box’s borders, label, error icon, and error message that is applied to the EditBase when it is disabled. To specify this color, use the ErrorColor property.
ErrorIconColorGets the color that is applied to the EditBase‘s error icon. To specify this color, use the ErrorIconColor property.
FocusedBorderColorGets the border color that is applied to the EditBase when it is focused. To specify this color, use the FocusedBorderColor property.
FocusedBorderThicknessGets the border thickness value that is applied to the EditBase when it is focused. To specify this value, use the FocusedBorderThickness property.
FocusedLabelColorGets the label color that is applied to the EditBase when it is focused. To specify this color, use the FocusedLabelColor property.
HelpTextColorGets the help text color that is applied to the EditBase. To specify this color, use the HelpTextColor property.
HorizontalOptionsGets the horizontal option value that is applied to the EditBase. To specify this value, use the EditBase‘s HorizontalOptions property.
IconColorGets the icon’s color that is applied to the EditBase. To specify this color, use the IconColor property.
IconIndentGets the icon’s indent value that is applied to the EditBase. To specify this value, use the IconColor property.
IconSpacingGets the icon’s spacing value that is applied to the EditBase. To specify this value, use the IconSpacing property.
LabelColorGets the label’s color that is applied to the EditBase. To specify this color, use the LabelColor property.
LabelFontSizeGets the label’s font size value that is applied to the EditBase. To specify this value, use the LabelColor property.
PlaceholderColorGets the placeholder’s color that is applied to the EditBase. To specify this color, use the LabelColor property.
StartIconColorGets the color that is applied to the EditBase‘s start icon. To specify this color, use the StartIconColor property.
TextColorGets the text’s color that is applied to the EditBase. To specify this color, use the TextColor property.
TextFontSizeGets the text font size value that is applied to the EditBase. To specify this value, use the TextFontSize property.
TextHorizontalAlignmentGets the text horizontal alignment value that is applied to the EditBase. To specify this value, use the TextHorizontalAlignment property.
TextVerticalAlignmentReturns the vertical alignment that is applied to the editor text. To specify this value, use the TextVerticalAlignment property.
VerticalOptionsGets the vertical option value that is applied to the EditBase. To specify this value, use the EditBase‘s HorizontalOptions property.

See Also

EditBaseActualAppearance Class

EditBaseActualAppearance Members

DevExpress.Maui.Editors Namespace