DiscreteTransferEffectName Property |
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 public string Name { get; set; }
Property Value
Type:
StringRemarks
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