FormItemBaseActualAppearance Properties
Stores appearance settings for the FormItemBase.| Name | Description |
|---|---|
| ArrowColor | Gets the arrow color that is applied to the FormItemBase descendant. To specify this color, use the ArrowColor property. |
| ArrowMargin | Gets the arrow margin value that is applied to the FormItemBase descendant. To specify this value, use the ArrowMargin property. |
| BackgroundColor | Gets the background color that is applied to the FormItemBase descendant. To specify this color, use the FormItemBase.BackgroundColor inherited property. |
| DetailColor | Gets the detail color that is applied to the FormItemBase descendant. To specify this color, use the DetailColor property. |
| DetailFontAttributes | Gets the detail font attribute value that is applied to the FormItemBase descendant. To specify this value, use the DetailFontAttributes property. |
| DetailFontFamily | Gets the detail font family value that is applied to the FormItemBase descendant. To specify this value, use the DetailFontFamily property. |
| DetailFontSize | Gets the detail font size value that is applied to the FormItemBase descendant. To specify this value, use the DetailFontSize property. |
| DetailMargin | Gets the detail margin value that is applied to the FormItemBase descendant. To specify this value, use the DetailMargin property. |
| HorizontalSpacing | Gets the horizontal spacing value that is applied to the FormItemBase descendant. To specify this value, use the HorizontalSpacing property. |
| ImageColor | Gets or sets the image’s fill color. This is a bindable property. |
| ImageMargin | Gets the image margin value that is applied to the FormItemBase descendant. To specify this value, use the ImageMargin property. |
| InlineContentTextColor | Gets the text color that is applied to the FormItemBase descendant’s inline content. |
| Padding | Gets the padding value that is applied to the FormItemBase descendant. |
| PressedColor | Gets the pressed color that is applied to the FormItemBase descendant. To specify this color, use the PressedColor property. |
| SeparatorColor | Gets the separator color that is applied to the FormItemBase descendant. To specify this color, use the SeparatorColor property. |
| SeparatorThickness | Gets the separator thickness value that is applied to the FormItemBase descendant. To specify this value, use the SeparatorThickness property. |
| TextColor | Gets the text color that is applied to the FormItemBase descendant. To specify this color, use the TextColor property. |
| TextFontAttributes | Gets the font attribute value that is applied to the FormItemBase descendant’s text. To specify this value, use the TextFontAttributes property. |
| TextFontFamily | Gets the font family value that is applied to the FormItemBase descendant’s text. To specify this value, use the TextFontFamily property. |
| TextFontSize | Gets the font size value that is applied to the FormItemBase descendant’s text. To specify this value, use the TextFontSize property. |
| TextMargin | Gets the text margin value that is applied to the FormItemBase descendant. To specify this value, use the TextMargin property. |
| VerticalSpacing | Gets the vertical spacing value that is applied to the FormItemBase descendant. To specify this value, use the VerticalSpacing property. |
See Also