CharacterGrouping.Label Property

Definition

Gets the label that is associated with this index.

public:
 property Platform::String ^ Label { Platform::String ^ get(); };
winrt::hstring Label();
public string Label { get; }
var string = characterGrouping.label;
Public ReadOnly Property Label As String

Property Value

String

Platform::String

winrt::hstring

The string to use as the label for all strings of this group. This string may be empty, in which case the label is considered to be "other".

Applies to