Interface IHasFullWidth
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports a FullWidth parameter.
public interface IHasFullWidth
Properties
FullWidth
When true, the component spans the full width of its container.
bool FullWidth { get; set; }
Property Value
- bool