Back to Devexpress

CheckEditActualAppearance Members

maui-devexpress-dot-maui-dot-editors-dot-checkeditactualappearance-dot-underscore-members.md

latest5.1 KB
Original Source

CheckEditActualAppearance Members

An appearance object.

Properties

NameDescription
CheckBoxColorGets the color that is applied to the CheckEdit. To specify this color, use the CheckBoxColor property.
CheckBoxIntentGets the indent value that is applied to the CheckEdit. To specify this value, use the CheckBoxColor property.
CheckedCheckBoxColorGets the checked check box’s color that is applied to the CheckEdit. To specify this color, use the CheckedCheckBoxColor property.
DisabledCheckBoxColorGets the check box’s color that is applied to the CheckEdit when it is in the disabled state. To specify this color, use the DisabledCheckBoxColor property.
DisabledCheckedCheckBoxColorGets the checked check box’s color that is applied to the CheckEdit when it is in the disabled state. To specify this color, use the DisabledCheckedCheckBoxColor property.
DisabledLabelColorGets the label’s color that is applied to the CheckEdit when it is in the disabled state. To specify this color, use the DisabledLabelColor property.
LabelColorGets the color that is applied to the CheckEdit‘s label. To specify this color, use the LabelColor property.
LabelFontFamilyGets the font family value that is applied to the CheckEdit‘s label. To specify this value, use the LabelFontFamily property.
LabelFontSizeGets the font size value that is applied to the CheckEdit‘s label. To specify this value, use the LabelFontSize property.
PaddingGets the padding value that is applied to the CheckEdit. To specify this value, use the Padding property.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

See Also

CheckEditActualAppearance Class

DevExpress.Maui.Editors Namespace