TabStripPlacement Property
Gets the placement of this tab relative to the outer TabControl, if there is one.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Dock? TabStripPlacement { get; }
Public ReadOnly Property TabStripPlacement As Dock?
Get
member TabStripPlacement : Nullable<Dock> with get