Interface IHasShadow
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports a Shadow parameter.
public interface IHasShadow
Properties
Shadow
Shadow style applied to the component.
ShadowStyle? Shadow { get; set; }