Gets or sets the size of the layer checkboxes. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls
SyntaxC#
Copy Code
|
|---|
public double CheckBoxSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CheckBoxSize As Double |
The double value indicating the checkboxes size.
See Also