RedirectVisual.Source Property

Definition

Gets or sets the Visual that this RedirectVisual gets its content from.

public:
 property Visual ^ Source { Visual ^ get(); void set(Visual ^ value); };
Visual Source();

void Source(Visual value);
public Visual Source { get; set; }
var visual = redirectVisual.source;
redirectVisual.source = visual;
Public Property Source As Visual

Property Value

The Visual that this RedirectVisual gets its content from. The default is null.

Applies to