Click or drag to resize

DocumentLookDown Method (Visual, DocumentLookOptions)

Find the first visual below the lookFrom visual with the given DocumentLookOptions.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Visual LookDown(
	Visual lookFrom,
	DocumentLookOptions options
)

Parameters

lookFrom
Type: Demo3D.VisualsVisual
The visual to look below.
options
Type: Demo3D.VisualsDocumentLookOptions
The options for the look.

Return Value

Type: Visual
The first visual below the lookFrom visual with the given DocumentLookOptions.
See Also