Vcl.Touch.Keyboard.TCustomTouchKeyboard.TDrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDrawingStyle = (dsNormal, dsGradient);

C++

enum class DECLSPEC_DENUM TDrawingStyle : unsigned char { dsNormal, dsGradient };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomTouchKeyboard

Description

TDrawingStyle is a enumeration type use to describe how the TouchKeyboard is drawn.

See Also