Label.SetDetectReadingOrderFromContent Method

Definition

Overloads

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.

SetDetectReadingOrderFromContent(BindableObject, Boolean)

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

public static void SetDetectReadingOrderFromContent (Xamarin.Forms.BindableObject element, bool value);
static member SetDetectReadingOrderFromContent : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

The label element whose reading order detection behavior to set.

value
System.Boolean

true to detect the reading order from the content. Otherwise, false.

Applies to

SetDetectReadingOrderFromContent(IPlatformElementConfiguration<Windows,Label>, Boolean)

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

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.Label> SetDetectReadingOrderFromContent (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.Label> config, bool value);
static member SetDetectReadingOrderFromContent : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.Label> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.Label>

Parameters

config
IPlatformElementConfiguration<Windows,Label>

The label element whose reading order detection behavior to set.

value
System.Boolean

true to detect the reading order from the content. Otherwise, false.

Returns

A fluent object on which the developer may make further method calls.

Applies to