SceneSurfaceMaterialInput.Surface 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 composition surface.
public:
property ICompositionSurface ^ Surface { ICompositionSurface ^ get(); void set(ICompositionSurface ^ value); };
ICompositionSurface Surface();
void Surface(ICompositionSurface value);
public ICompositionSurface Surface { get; set; }
var iCompositionSurface = sceneSurfaceMaterialInput.surface;
sceneSurfaceMaterialInput.surface = iCompositionSurface;
Public Property Surface As ICompositionSurface
Property Value
The composition surface.