ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Action Class / Keychar Property

In This Topic
    Keychar Property
    In This Topic
    Gets or sets the keyboard symbol that will be used to perform the action.
    Syntax
    'Declaration
     
    Public Property Keychar As System.Char
    public System.char Keychar {get; set;}
    Remarks
    Only for the following actions: Reset, SetFreeRotation, SetRotationAxisX, SetRotationAxisY, SetRotationAxisZ.
    See Also