|
DXViewChildDXViews Property |
When this DXView is a master DXView (some other DXView objects were created by passing this DXView in a constructor), then the method returns a list of child DXView objects.
Otherwise null is returned.
Namespace: Ab3d.DirectX.ControlsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public List<DXView> ChildDXViews { get; }
Property Value
ListDXViewSee Also