Click or drag to resize
OpacityEffectName Property
[Win10_14393] Attaches a user-defined name string to the effect.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public string Name { get; set; }

Property Value

Type: String
Remarks

This API is only available when running on Windows 10 build 14393 (Anniversary Update) or greater.

The name string is not used directly by Win2D. Applications can use this to store arbitrary information of their choosing, for instance it could be used as an identifier to locate a particular effect in a graph.
See Also