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

DetectReadingOrderFromContentProperty

Bindable property for attached property DetectReadingOrderFromContent.

Methods

GetDetectReadingOrderFromContent(BindableObject)

Returns a Boolean value that tells whether the reading order is detected from the label's content.

GetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>)

Returns a Boolean value that tells whether the reading order is detected from the label's content.

SetDetectReadingOrderFromContent(BindableObject, Boolean)

Sets a Boolean value that controls whether the reading order is detected from the label's content.

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>, Boolean)

Sets a Boolean value that controls whether the reading order is detected from the label's content.

Applies to