FMX.ExtCtrls.TPlotGrid.LineFill

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LineFill: TStrokeBrush read FLineFill write SetLineFill;

C++

__property Fmx::Graphics::TStrokeBrush* LineFill = {read=FLineFill, write=SetLineFill};

Properties

Type Visibility Source Unit Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TPlotGrid

Description

Represents a TBrush used to customize the control's lines.

Modify the LineFill value to change the control lines' properties such as color or kind.

Note: By default, the LineFill property represents a TBrush for which the Color is $FF505050 and the Kind is Solid.

See Also