[]
Represents the settings for the editor, controlling its appearance and behavior.
public class EditorSettings
The EditorSettings
class provides properties to configure the appearance and behavior of the editor, including rulers, grid size, and snapping options.
Name | Description |
---|---|
EditorSettings() |
Name | Description |
---|---|
GridSize | Gets or sets the default grid size used in the editor. |
Rulers | Gets or sets the rulers settings. |
ShowGrid | Gets or sets a value indicating whether the grid should be shown or hidden by default. |
SnapToGrid | Gets or sets a value indicating the default value for the snapToGrid option. |
SnapToGuides | Gets or sets a value indicating the default value for the snapToGuides option. |