Gets or sets the small-letter Kana associated with this key.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Char> SmallLetter { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SmallLetter As Nullable(Of Char) |
See Also