Method IsValid
IsValid(VisualEffect)
Implement this method to perform validity checks:
- Visual Effect Implements correct Properties
- Objects to get values from are correctly set
Declaration
public abstract bool IsValid(VisualEffect component)
Parameters
| Type | Name | Description |
|---|---|---|
| VisualEffect | component | the Visual Effect Componnent to bind properties to |
Returns
| Type | Description |
|---|---|
| bool | Whether the binding can be performed |