Note: This document is auto-generated by
scripts/generate_control_reference_docs.py. Do not edit manually.
Avalonia.Controls.Primitives.TrackAvalonia.Controls.PrimitivesAvalonia.Controlssrc/Avalonia.Controls/Primitives/Track.csControlcontrolpublic static readonly StyledProperty<double> MinimumProperty = RangeBase.MinimumProperty.AddOwner<Track>();public static readonly StyledProperty<double> MaximumProperty = RangeBase.MaximumProperty.AddOwner<Track>();public static readonly StyledProperty<double> ValueProperty = RangeBase.ValueProperty.AddOwner<Track>();public static readonly StyledProperty<double> ViewportSizeProperty = ScrollBar.ViewportSizeProperty.AddOwner<Track>();public static readonly StyledProperty<Orientation> OrientationProperty = ScrollBar.OrientationProperty.AddOwner<Track>();public static readonly StyledProperty<Thumb?> ThumbProperty = AvaloniaProperty.Register<Track, Thumb?>(nameof(Thumb));public static readonly StyledProperty<Button?> IncreaseButtonProperty = AvaloniaProperty.Register<Track, Button?>(nameof(IncreaseButton));public static readonly StyledProperty<Button?> DecreaseButtonProperty = AvaloniaProperty.Register<Track, Button?>(nameof(DecreaseButton));public static readonly StyledProperty<bool> IsDirectionReversedProperty = AvaloniaProperty.Register<Track, bool>(nameof(IsDirectionReversed));public static readonly StyledProperty<bool> IgnoreThumbDragProperty = AvaloniaProperty.Register<Track, bool>(nameof(IgnoreThumbDrag));public static readonly StyledProperty<bool> DeferThumbDragProperty = AvaloniaProperty.Register<Track, bool>(nameof(DeferThumbDrag));public Track() {public double Minimum {public double Maximum {public double Value {public double ViewportSize {<Track x:Name="SampleTrack" />
using Avalonia.Controls.Primitives;
var control = new Track();