Skip to main content

EditBaseActualAppearance Members

An appearance object.

Properties

Name Description
BackgroundColor Gets the background color that is applied to the EditBase. To specify this color, use the EditBase‘s BackgroundColor property.
BorderColor Gets the border color that is applied to the EditBase. To specify this color, use the BorderColor property.
BorderThickness Gets the border thickness value that is applied to the EditBase. To specify this color, use the BorderThickness property.
BottomTextFontSize Gets the bottom text’s font size value that is applied to the EditBase. To specify this value, use the BottomTextFontSize property.
BottomTextTopIndent Gets the bottom text’s top indent value that is applied to the EditBase. To specify this value, use the BottomTextTopIndent property.
BoxMinHeight Gets the editor box’s minimal height value that is applied to the EditBase. To specify this value, use the BoxMinHeight property.
BoxPadding Gets the editor box’s padding value that is applied to the EditBase. To specify this value, use the BoxPadding property.
ClearIconColor Gets the color that is applied to the EditBase‘s clear icon. To specify this color, use the ClearIconColor property.
ClearIconVisibility Gets the clear icon’s visibility value that is applied to the EditBase. To specify this value, use the BoxPadding property.
CornerRadius Gets the corder radius value that is applied to the EditBase. To specify this value, use the CornerRadius property.
CursorColor Gets the cursor color that is applied to the EditBase. To specify this value, use the CursorColor property.
DisabledBackgroundColor Gets the background color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledBackgroundColor property.
DisabledBorderColor Gets the border color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledBorderColor property.
DisabledBorderThickness Gets the border thickness value that is applied to the EditBase when it is disabled. To specify this value, use the DisabledBorderThickness property.
DisabledHelpTextColor Gets the help text color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledHelpTextColor property.
DisabledIconColor Gets the icon color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledIconColor property.
DisabledLabelColor Gets the label color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledLabelColor property.
DisabledTextColor Gets the text color that is applied to the EditBase when it is disabled. To specify this color, use the DisabledTextColor property.
EndIconColor Gets the color that is applied to the EditBase‘s end icon. To specify this color, use the EndIconColor property.
ErrorColor Gets 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.
ErrorIconColor Gets the color that is applied to the EditBase‘s error icon. To specify this color, use the ErrorIconColor property.
FocusedBorderColor Gets the border color that is applied to the EditBase when it is focused. To specify this color, use the FocusedBorderColor property.
FocusedBorderThickness Gets the border thickness value that is applied to the EditBase when it is focused. To specify this value, use the FocusedBorderThickness property.
FocusedLabelColor Gets the label color that is applied to the EditBase when it is focused. To specify this color, use the FocusedLabelColor property.
HelpTextColor Gets the help text color that is applied to the EditBase. To specify this color, use the HelpTextColor property.
HorizontalOptions Gets the horizontal option value that is applied to the EditBase. To specify this value, use the EditBase‘s HorizontalOptions property.
IconColor Gets the icon’s color that is applied to the EditBase. To specify this color, use the IconColor property.
IconIndent Gets the icon’s indent value that is applied to the EditBase. To specify this value, use the IconColor property.
IconSpacing Gets the icon’s spacing value that is applied to the EditBase. To specify this value, use the IconSpacing property.
LabelColor Gets the label’s color that is applied to the EditBase. To specify this color, use the LabelColor property.
LabelFontSize Gets the label’s font size value that is applied to the EditBase. To specify this value, use the LabelColor property.
PlaceholderColor Gets the placeholder’s color that is applied to the EditBase. To specify this color, use the LabelColor property.
StartIconColor Gets the color that is applied to the EditBase‘s start icon. To specify this color, use the StartIconColor property.
TextColor Gets the text’s color that is applied to the EditBase. To specify this color, use the TextColor property.
TextFontSize Gets the text font size value that is applied to the EditBase. To specify this value, use the TextFontSize property.
TextHorizontalAlignment Gets the text horizontal alignment value that is applied to the EditBase. To specify this value, use the TextHorizontalAlignment property.
TextVerticalAlignment Returns the vertical alignment that is applied to the editor text. To specify this value, use the TextVerticalAlignment property.
VerticalOptions Gets the vertical option value that is applied to the EditBase. To specify this value, use the EditBase‘s HorizontalOptions property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also