ExpCompositionContent.Root 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.
public:
property Visual ^ Root { Visual ^ get(); void set(Visual ^ value); };
Visual Root();
void Root(Visual value);
public Visual Root { get; set; }
var visual = expCompositionContent.root;
expCompositionContent.root = visual;
Public Property Root As Visual