CharacterGrouping.Label Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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".