다음을 통해 공유


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 네임스페이스