ContentAdornerGetVisualChild Method

CVB.Net Documentation
Gets the content as the visual child if present.

Namespace:  Stemmer.Cvb.Wpf.Adorners
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

protected override Visual GetVisualChild(
	int index
)

Parameters

index
Type: SystemInt32
Only 0 is accepted if content is present.

Return Value

Type: Visual
The content as a Visual.
See Also

Reference