Search
LayerListView.CheckBoxSize Property
See Also
 






Gets or sets the size of the layer checkboxes. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public double CheckBoxSize { get; set; }

Visual Basic  Copy Code

Public Property CheckBoxSize As Double

 Property Value

The double value indicating the checkboxes size.

 See Also