[]
ItemContainerStyle contains display attributes that determine the appearance of the item container on the screen.
public class ItemContainerStyle : BaseItemContainerStyle
| Name | Description |
|---|---|
| Corners | Gets or sets the radii of the item container corners. |
| Hot | Gets style containing display attributes that determine the general appearance of the element on the screen when the cursor is over it. |
| Margins | Gets or sets the thickness of the margins around the element. |
| MaximizeIcon | Gets or sets the MaximizeIcon image. |
| Padding | Gets or sets the thickness of the padding between the element edges and its content. |
| PlaceHolderColor | Gets or sets the Color used to paint the background of the place holder. |
| RestoreIcon | Gets or sets the RestoreIcon image. |
| ToolIcon | Gets or sets the ToolIcon image. |
| ToolIconColor | Gets or sets ToolIcon image color. |