Table of Contents

Class CustomEffectInputAttribute

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Input attribute for CustomEffect description.

[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = true)]
public class CustomEffectInputAttribute : Attribute
Inheritance
CustomEffectInputAttribute
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