Table of Contents

Enum TickBarPlacement

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Enum which describes how to position the TickBar.

public enum TickBarPlacement

Fields

Bottom = 3

Position this tick at the bottom of target element.

Left = 0

Position this tick at the left of target element.

Right = 2

Position this tick at the right of target element.

Top = 1

Position this tick at the top of target element.