FMX.ExtCtrls.TPlotGrid.Marks
Delphi
property Marks: Single read FMarks write SetMarks;
C++
__property float Marks = {read=FMarks, write=SetMarks};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ExtCtrls.pas FMX.ExtCtrls.hpp |
FMX.ExtCtrls | TPlotGrid |
Description
Thickens certain lines of the control.
Marks represents the number of squares that stand between two thickened lines, both vertically and horizontally. If the division between the number of squares and Marks has a nonzero remainder, no line is thickened.