Click or drag to resize

GroupObjectSelectChildWhenPicked Property

If a group is selected allow the selected child's properties to be edited but keep the group together still while dragging. StrictPicking controls whether only immediate children of the group are considered, or all descendants.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool SelectChildWhenPicked { get; set; }

Property Value

Type: Boolean
See Also