다음을 통해 공유


DashboardItem.Image 속성

버전 2에 적용

항목 옆에 표시할 32x32 이미지의 원본을 가져옵니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Public Property Image As ImageSource 
    Get 
    Private Set
‘사용 방법
Dim instance As DashboardItem 
Dim value As ImageSource 

value = instance.Image
public ImageSource Image { get; private set; }
public:
property ImageSource^ Image {
    ImageSource^ get ();
    private: void set (ImageSource^ value);
}
member Image : ImageSource with get, private set
function get Image () : ImageSource 
private function set Image (value : ImageSource)

속성 값

유형: System.Windows.Media.ImageSource
항목 옆에 표시할 32x32 이미지의 원본입니다.

참고 항목

참조

DashboardItem 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스