Property IsDisposed
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
IsDisposed
Whether the component is already disposed. Used as a no-op guard on paths such as calling a setter from within Render.
public bool IsDisposed { get; }
Property Value
- bool
Whether the component is already disposed. Used as a no-op guard on paths such as calling a setter from within Render.
public bool IsDisposed { get; }