The DesignerProps class represents the properties for a designer, including auto-clear functionality and layout settings.
Properties
| Name | Description |
|---|
| Layout | The layout settings for the designer. |
| AllowAutoClear | Indicates whether auto-clear functionality is allowed. |
Constructors
| Name | Description |
|---|
| DesignerProps() | Initializes a new instance of the DesignerProps class with default values. |
Methods
| Name | Description |
|---|
| GetDifferences(otherObj) | Compares the current instance with another designer props and returns the differences. |