Vixen
dd8b0a81
csharp
public readonly record struct DecorationBar

One decoration bar, placed against a baseline.

Read the guide page for this →

Fields and properties (2)

  • public float Top

    How far below the baseline its top edge sits. Negative is above.

  • public float Thickness

    How tall it is. Always positive.

Methods (1)

  • public DecorationBar(float Top, float Thickness)

    One decoration bar, placed against a baseline.

Used by (2)

  • DrawListBuilderVixen.Ui
  • TextRunVixen.Ui