[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.CustomEffectInputAttribute

Class CustomEffectInputAttribute

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

Input attribute for ICustomEffect description.

[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public class CustomEffectInputAttribute : Attribute, _Attribute
Inheritance
CustomEffectInputAttribute
Implements
Inherited Members

Constructors

CustomEffectInputAttribute(string)

Initializes a new instance of CustomEffectInputAttribute attribute.

public CustomEffectInputAttribute(string input)

Parameters

input string

Properties

Input

Gets the Input name.

public string Input { get; }

Property Value

string