'Declaration Public Property SelectionSpaceFactor As Single
public float SelectionSpaceFactor { get; set; }
Property Value
Default value is 6.
'Declaration Public Property SelectionSpaceFactor As Single
public float SelectionSpaceFactor { get; set; }
This property defines the scale factor for the maximum distance between the neighbour symbols. The neighbour symbols will be added into the same region if distance between symbols is less than the maximum distance. The neighbour symbols will be added into the different regions if distance between symbols is greater than the maximum distance.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5