BarItemLinkControlProperties Attached Properties
A set of properties that describe the BarItem’s visual states.| Name | Description |
|---|---|
| ContainerType static | Gets the type of container that displays the current baritem. This is the attached property. |
| GlyphSize static | Gets the element’s glyph size. This is the attached property. |
| IsMouseOver static | Gets whether the mouse cursor is over the item. This is a dependency property. |
| IsPressed static | Gets whether the item is currently being pressed. This is a dependency property. |
| RibbonStyle static | Gets the BarItem’s RibbonStyle property. |
See Also