RibbonButtonGallery.SmallImage 속성
버전 2에 적용
갤러리 내 작은 이미지를 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Property SmallImage As ImageSource
Get
Private Set
‘사용 방법
Dim instance As RibbonButtonGallery
Dim value As ImageSource
value = instance.SmallImage
public ImageSource SmallImage { get; private set; }
public:
property ImageSource^ SmallImage {
ImageSource^ get ();
private: void set (ImageSource^ value);
}
member SmallImage : ImageSource with get, private set
function get SmallImage () : ImageSource
private function set SmallImage (value : ImageSource)
속성 값
유형: System.Windows.Media.ImageSource
갤러리 내 이미지입니다.