KeyKeyContentProperty Field

Contains the visual that should be shown inside the Key. If custom content is needed use the Content property instead.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public static readonly DirectProperty<Key, Object?> KeyContentProperty

Field Value

DirectPropertyKey, Object

Remarks

Key has a hierarchy system of what it will use for its visual.
1. KeyName is the basic textual representation.
2. If Icon is set, the icon will used instead of the textual representation.
3. The Content property supports anything. If it is set it will override all the others.

KeyContent will contain the visual with the highest priority.

See Also