Vcl.Ribbon.TCustomTabData.SeparatorOpacity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SeparatorOpacity: Byte read GetSeparatorOpacity;

C++

__property System::Byte SeparatorOpacity = {read=GetSeparatorOpacity, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomTabData

Description

Indicates the opacity of the separator between the ribbon tabs (hidden, light, medium, or dark).

See Also