Share via


Label Class

Definition

Provides access to reading order detection on the Windows platform.

public ref class Label abstract sealed
public static class Label
type Label = class
Public Module Label
Inheritance
Label

Fields

Name Description
DetectReadingOrderFromContentProperty

Bindable property for attached property DetectReadingOrderFromContent.

Methods

Name Description
GetDetectReadingOrderFromContent(BindableObject)

Gets whether reading order (LTR/RTL) is detected from label content on Windows.

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>)

Gets whether reading order (LTR/RTL) is detected from label content on Windows.

SetDetectReadingOrderFromContent(BindableObject, Boolean)

Sets whether reading order (LTR/RTL) is detected from label content on Windows.

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>, Boolean)

Sets whether reading order (LTR/RTL) is detected from label content on Windows.

Applies to