RibbonGalleryCategory.ItemContainerStyle Property
Applies to v2.
Gets or sets a style used for the containers of items in the category.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property ItemContainerStyle As Style
Get
Set
'Usage
Dim instance As RibbonGalleryCategory
Dim value As Style
value = instance.ItemContainerStyle
instance.ItemContainerStyle = value
public Style ItemContainerStyle { get; set; }
public:
property Style^ ItemContainerStyle {
Style^ get ();
void set (Style^ value);
}
member ItemContainerStyle : Style with get, set
function get ItemContainerStyle () : Style
function set ItemContainerStyle (value : Style)
Property Value
Type: System.Windows.Style
A style used for the containers of items in the category.