ReservedSpace Property
TickBar will use ReservedSpaceProperty for left and right spacing (for horizontal orientation) or top and bottom spacing (for vertical orientation). The space on both sides of TickBar is half of specified ReservedSpace. This property has type of Rect.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Rect ReservedSpace { get; set; }
Public Property ReservedSpace As Rect
Get
Set
member ReservedSpace : Rect with get, set