Gets or sets a value indicating whether the check box is checked.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool IsChecked { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsChecked As Boolean |
true, if the check box is checked; otherwise, false. The default is false.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |