DistantLight.CoordinateSpace 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 ^ CoordinateSpace { Visual ^ get(); void set(Visual ^ value); };
Visual CoordinateSpace();
void CoordinateSpace(Visual value);
public Visual CoordinateSpace { get; set; }
var visual = distantLight.coordinateSpace;
distantLight.coordinateSpace = visual;
Public Property CoordinateSpace As Visual