Back to Devexpress

CheckEditActualAppearance Properties

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

latest3.6 KB
Original Source

CheckEditActualAppearance Properties

An appearance object.

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.

See Also

CheckEditActualAppearance Class

CheckEditActualAppearance Members

DevExpress.Maui.Editors Namespace