15 proto external
int GetOverlap();
16 proto external
void SetOverlap(
int overlap);
17 proto external
float GetBorderRatio();
18 proto external
void SetBorderRatio(
float borderRatio);
19 proto external
float GetGridClose();
20 proto external
void SetGridClose(
float gridClose);
21 proto external
float GetGridFar();
22 proto external
void SetGridFar(
float gridFar);
24 proto external
float GetSquareSize();
25 proto external
void SetSquareSize(
float size);
26 proto external
void SetMainGridSize(
float size);
27 proto external
void SetGridStepSize(
float size);
28 proto external
float GetLineWidth();
29 proto external
void SetLineWidth(
float lineWidth);
30 proto external
void SetMainLineWidth(
float lineWidth);
31 proto external
float GetOutsideWidth();
32 proto external
void SetOutsideWidth(
float outsideWidth);
33 proto external
float GetBorderWidth();
34 proto external
void SetBorderWidth(
float borderWidth);
35 proto ref Color GetTextColor();
36 proto external
void SetTextColor(notnull Color textColor);
37 proto ref Color GetLineColor();
38 proto external
void SetLineColor(notnull Color lineColor);
39 proto external
void SetMainGridLineColor(notnull Color lineColor);
40 proto ref Color GetOutsideColor();
41 proto external
void SetOutsideColor(notnull Color outsideColor);
42 proto ref Color GetBorderColor();
43 proto external
void SetBorderColor(notnull Color borderColor);
44 proto external
float GetFontsize();
45 proto external
void SetFontsize(
float size);
46 proto external
void SetTextBold();
47 proto external
void SetTextItalic();
48 proto
void SetFont(ResourceName fontPath);