Gets the visual (2D or 3D) child GwxDependencyObject contained as "extra content" in this instance.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
GwxDependencyObject ExtraContent { get; set; }
Visual Basic
Property ExtraContent As GwxDependencyObject
	Get
	Set
JScript
function get ExtraContent () : GwxDependencyObject
function set ExtraContent (value : GwxDependencyObject)

Remarks

"Extra content" refers to child visuals that are accessed via properties that are not marked with the ContentPropertyAttribute. For example Content, Header, and Header.

See Also