Skip to main content

FormItemBaseActualAppearance Members

Stores appearance settings for the FormItemBase.

Constructors

Name Description
FormItemBaseActualAppearance(IAppearanceOwner) protected Initializes a new instance of the FormItemBaseActualAppearance class with specified settings.

Properties

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
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.

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