RedirectVisual.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.