Method IsValid
IsValid(VisualEffect)
Returns true if the Visual Effect and the configuration of the binder are valid to perform the binding.
Declaration
public override bool IsValid(VisualEffect component)
Parameters
Type | Name | Description |
---|---|---|
VisualEffect | component | Component to be tested. |
Returns
Type | Description |
---|---|
bool | True if the Visual Effect and the configuration of the binder are valid to perform the binding. |