Interface IHasActive
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports an active state.
public interface IHasActive
Properties
Active
When true, forces the active state.
bool Active { get; set; }
Property Value
- bool
IsActive
Computed active state, combining Active with internal conditions.
bool IsActive { get; }
Property Value
- bool