[]
The OperandsStyle class contains display attributes that determine the appearance of operands elements on the screen.
public class OperandsStyle : BaseOperandsStyle
| Name | Description |
|---|---|
| Border | Gets or sets the thickness of the border around the element. |
| Corners | Gets or sets the radii of the element corners. |
| Font | Gets or sets text font of element. |
| Hot | Gets or sets the style to be used when the element is hot. |
| HotPressed | Gets or sets the style to be used when item is hot and pressed. |
| Items | Gets or sets the style to be used for items of operands. |
| Margins | Gets or sets the thickness of the margins around the element. |
| Padding | Gets or sets the thickness of the padding between the element edges and its content. |
| Pressed | Gets or sets the style to be used when the element is pressed. |
| ScrollBar | Gets BaseScrollBarStyle containing display attributes that determine the general appearance of the scroll bars on the screen. |
| Name | Description |
|---|---|
| ApplyToStyle(Style) | Applies style to destination style. |
| ResetCorners() | Restores the default value of the Corners property. |
| ResetItems() | Restores the default value of the Items property. |
| ResetScrollbar() | |
| ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |
| ShouldSerializeItems() | Specifies whether to save the value of the Items property. |
| ShouldSerializeScrollBar() |