TickBarPlacement Enum

Summary

Enum which describes how to position the TickBar.
Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["TickBarPlacement"] class Type type-node

Syntax

public enum TickBarPlacement

Fields

Name Constant Value Summary
Bottom 3
Position this tick at the bottom of target element.
static
Left 0
Position this tick at the left of target element.
static
Right 2
Position this tick at the right of target element.
static
Top 1
Position this tick at the top of target element.
static

Extension Methods