RibbonGalleryCategory.ItemContainerStyle 属性

适用于版本2

获取或设置用于类别中项的容器的样式。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Property ItemContainerStyle As Style 
    Get 
    Set
用法
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)

属性值

类型:System.Windows.Style
用于类别中项的容器的样式。

请参阅

参考

RibbonGalleryCategory 类

Microsoft.WebMatrix.Extensibility 命名空间