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