Table of Contents

Struct ShadowLine

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.Core.dll

Represents a single line (layer) within a ShadowStyle.

public readonly struct ShadowLine

Fields

Blur

Blur radius in pixels.

public readonly int Blur

Field Value

int

Color

Shadow color.

public readonly string Color

Field Value

string

Inset

When true, the shadow is inset.

public readonly bool Inset

Field Value

bool

Opacity

Shadow opacity (0–1).

public readonly float Opacity

Field Value

float

Spread

Spread radius in pixels.

public readonly int Spread

Field Value

int

X

Horizontal offset in pixels.

public readonly int X

Field Value

int

Y

Vertical offset in pixels.

public readonly int Y

Field Value

int