IGraphicsEffect IGraphicsEffect IGraphicsEffect IGraphicsEffect Interface

Definition

Base class for graphics effects.

public : interface IGraphicsEffectpublic interface IGraphicsEffectPublic Interface IGraphicsEffect// This API is not available in Javascript.
Inheritance
IGraphicsEffectIGraphicsEffectIGraphicsEffectIGraphicsEffect
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Name Name Name Name

The name of the graphics effect.

public : PlatForm::String Name { get; set; }public string Name { get; set; }Public ReadWrite Property Name As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The name of the graphics effect.

See Also