Sprache

TabView.CanReorderTabs Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Registerkarten im TabStrip durch Benutzerinteraktion neu angeordnet werden können.

public:
 property bool CanReorderTabs { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool CanReorderTabs();

void CanReorderTabs(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool CanReorderTabs();

void CanReorderTabs(bool value);
public bool CanReorderTabs { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool CanReorderTabs { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
var boolean = tabView.canReorderTabs;
tabView.canReorderTabs = boolean;
Public Property CanReorderTabs As Boolean

Eigenschaftswert

Boolean

bool

truewenn die Registerkarten im TabStrip durch Benutzerinteraktion neu angeordnet werden können; andernfalls . false Der Standardwert lautet true.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Hinweise

Weitere Informationen, Entwurfsanleitungen und Codebeispiele finden Sie in der Registerkartenansicht.

Gilt für:

Weitere Informationen