VisualElement.IsTabStop Özellik

Tanım

Bu öğenin sekme gezintisine dahil edilip edilmediğini gösteren bir değer alır veya ayarlar. Bu, bağlanabilir bir özelliktir.

public bool IsTabStop { get; set; }
member this.IsTabStop : bool with get, set

Özellik Değeri

Boolean

true öğe sekme gezintisine dahil ise; Aksi takdirde, false . Varsayılan değer true olarak belirlenmiştir.

Uygulamalar

Açıklamalar

Controlling the tab sequence with a combination of IsTabStop and TabIndex rather than using the default tab sequence is sometimes necessary in order to tune the keyboard accessibility of your UI. For more info, see Keyboard Accessibility in Xamarin.Forms.

Şunlara uygulanır