FMX.MultiView.Types.TMultiViewBorderOptions.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read FColor write SetColor default DefaultColor;

C++

__property System::Uitypes::TAlphaColor Color = {read=FColor, write=SetColor, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TMultiViewBorderOptions

Description

Handles the border color of MultiView components.

See Also