Table of Contents

Interface IVariantComponent

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Base contract for components that support visual variants.

public interface IVariantComponent

Properties

CurrentVariant

Currently resolved variant instance.

Variant CurrentVariant { get; }

Property Value

Variant

VariantType

Type of variant supported by this component.

Type VariantType { get; }

Property Value

Type