Search
KeyboardLayout.Label Property
See Also
 






Gets or sets a text label that can be used to represent this layout.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public string Label { get; set; }

Visual Basic  Copy Code

Public Property Label As String

 Property Value

A label identifying this layout in layout rings.

 Remarks

The label is displayed by LayoutRingKey if this layout is the next one in LayoutRing.

 See Also