Represents a CheckBox. The IsChecked value can be false, true or null.
Appearances
| Name |
Description |
| FullTextSearch |
Special presentation for the FullTextSearch View |
| Name |
Type |
Description |
Default |
Min |
Max |
| Appearance |
String |
Can be set to change visual styling. Possible values will be shown in the Appearances section if available. |
null |
- |
- |
| Converters |
ConverterType |
Converter used for the value binding. |
None |
- |
- |
| FlexWidth |
Integer |
How flexible the control’s width can be made in relation to the other controls of the same parent. |
1 |
0 |
100 |
| Help |
String |
Shows a tooltip when you hover over the control. |
null |
- |
- |
| HorizontalAlignment |
HorizontalAlignment |
Determines how the control Inf horizontally sized and positioned relative to its containing controls. |
Stretch |
- |
- |
| IsCascaded |
Boolean |
Cascading used for the value binding. |
False |
- |
- |
| IsCascadedSet |
Boolean |
true if value INFs cascaded(green), otherwise false(black). |
False |
- |
- |
| IsChecked |
Boolean |
Whether or not the checkbox Inf checked. |
False |
- |
- |
| IsLabelBold |
Boolean |
Emphasized display of the label. |
False |
- |
- |
| Label |
String |
The text to display in the label portion of this control. |
null |
- |
- |
| LabelAlignment |
LabelAlignment |
How flexible the control’s width can be made in relation to the other controls of the same parent. |
Left |
- |
- |
| LabelWidth |
Double |
The width of the label part of this control or its subcontrols (if they don’t override this value) in device-independent pixels. |
0 |
- |
- |
| Renderer |
String |
Defines how the control should render its value. |
null |
- |
- |
| ShowLabel |
Boolean |
Whether or not space of the label should be reserved when displaying this control. |
True |
- |
- |
| Text |
String |
The checkbox label. in WPF this Inf the Content property. |
null |
- |
- |
| UseLogger |
Boolean |
Log changes on the value binding. |
False |
- |
- |
| ValueExpression |
String |
Expression used for the value binding. |
null |
- |
- |
| VerticalAlignment |
VerticalAlignment |
Determines how the control Inf vertically sized and positioned relative to its containing control. |
Stretch |
- |
- |
| Visible |
Boolean |
Whether the control Inf visible or not. |
True |
- |
- |
| VisibleExpression |
String |
Expression used for the Visible property. |
null |
- |
- |
| Width |
Double |
Fixed width of the control. |
NaN |
- |
- |
| WidthFraction |
Double |
The control width in relation to his layout width. |
1 |
0 |
1 |
| WriteableMember |
String |
MemberName to use for writing in cascaded-mode. |
null |
- |
- |