Style
The Style class represents the styling attributes for form controls, including padding, background color, and image layout.
Properties
| Name | Description |
|---|---|
| Height | The height of the control. |
| BackgroundColor | The background color of the control. |
| BackgroundImageLayout | The layout of the background image. |
| Padding | The padding of the control. |
| BackgroundImage | The background image of the control. |
Constructors
| Name | Description |
|---|---|
| Style() | Initializes a new instance of the Style class with default values. |
Methods
| Name | Description |
|---|---|
| GetDifferences(otherObj) | Compares the current instance with another style and returns the differences. |