Method IsValid
IsValid(VisualEffect)
Returns true if the Visual Effect and the configuration of the binder are valid to perform the binding.
선언
public override bool IsValid(VisualEffect component)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| VisualEffect | component | Component to be tested. |
반환
| 타입 | 설명 |
|---|---|
| bool | True if the Visual Effect and the configuration of the binder are valid to perform the binding. |