Table of Contents

Enum CircularAlignment

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Specifies how a child element is aligned relative to its position on the circle.

public enum CircularAlignment

Fields

Center = 0

Align the center of the element to the position (default).

Inner = 1

Align the inner edge of the element toward the center.

Outer = 2

Align the outer edge of the element away from the center.