Vcl.ExtCtrls.TCornerEdge

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCornerEdge = (ceNone, ceSmall, ceMedium, ceLarge);

C++

enum DECLSPEC_DENUM TCornerEdge : unsigned char { ceNone, ceSmall, ceMedium, ceLarge };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

The size of the cornering for the edge of the bands in a TControlBar.

This type contains the size of the cornering for the edge of the bands in a TControlBar.