Back to Devexpress

FormItemBaseActualAppearance Properties

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

latest7.3 KB
Original Source

FormItemBaseActualAppearance Properties

Stores appearance settings for the FormItemBase.

NameDescription
ArrowColorGets the arrow color that is applied to the FormItemBase descendant. To specify this color, use the ArrowColor property.
ArrowMarginGets the arrow margin value that is applied to the FormItemBase descendant. To specify this value, use the ArrowMargin property.
BackgroundColorGets the background color that is applied to the FormItemBase descendant. To specify this color, use the FormItemBase.BackgroundColor inherited property.
DetailColorGets the detail color that is applied to the FormItemBase descendant. To specify this color, use the DetailColor property.
DetailFontAttributesGets the detail font attribute value that is applied to the FormItemBase descendant. To specify this value, use the DetailFontAttributes property.
DetailFontFamilyGets the detail font family value that is applied to the FormItemBase descendant. To specify this value, use the DetailFontFamily property.
DetailFontSizeGets the detail font size value that is applied to the FormItemBase descendant. To specify this value, use the DetailFontSize property.
DetailMarginGets the detail margin value that is applied to the FormItemBase descendant. To specify this value, use the DetailMargin property.
HorizontalSpacingGets the horizontal spacing value that is applied to the FormItemBase descendant. To specify this value, use the HorizontalSpacing property.
ImageColorGets or sets the image’s fill color. This is a bindable property.
ImageMarginGets the image margin value that is applied to the FormItemBase descendant. To specify this value, use the ImageMargin property.
InlineContentTextColorGets the text color that is applied to the FormItemBase descendant’s inline content.
PaddingGets the padding value that is applied to the FormItemBase descendant.
PressedColorGets the pressed color that is applied to the FormItemBase descendant. To specify this color, use the PressedColor property.
SeparatorColorGets the separator color that is applied to the FormItemBase descendant. To specify this color, use the SeparatorColor property.
SeparatorThicknessGets the separator thickness value that is applied to the FormItemBase descendant. To specify this value, use the SeparatorThickness property.
TextColorGets the text color that is applied to the FormItemBase descendant. To specify this color, use the TextColor property.
TextFontAttributesGets the font attribute value that is applied to the FormItemBase descendant’s text. To specify this value, use the TextFontAttributes property.
TextFontFamilyGets the font family value that is applied to the FormItemBase descendant’s text. To specify this value, use the TextFontFamily property.
TextFontSizeGets the font size value that is applied to the FormItemBase descendant’s text. To specify this value, use the TextFontSize property.
TextMarginGets the text margin value that is applied to the FormItemBase descendant. To specify this value, use the TextMargin property.
VerticalSpacingGets the vertical spacing value that is applied to the FormItemBase descendant. To specify this value, use the VerticalSpacing property.

See Also

FormItemBaseActualAppearance Class

FormItemBaseActualAppearance Members

DevExpress.Maui.Editors Namespace