[]
Gets or sets the default grid size used in the editor.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string GridSize { get; set; }
Type | Description |
---|---|
string | The default grid size as a string. |
If units are set to 'cm', the default value is 0.5cm. If units are set to 'in', the default value is 0.25in. The grid helps users align elements by snapping them to predefined intervals.