ImageDrawing.ImageSource 속성

정의

이미지 원본을 가져오거나 설정합니다.

public:
 property System::Windows::Media::ImageSource ^ ImageSource { System::Windows::Media::ImageSource ^ get(); void set(System::Windows::Media::ImageSource ^ value); };
public System.Windows.Media.ImageSource ImageSource { get; set; }
member this.ImageSource : System.Windows.Media.ImageSource with get, set
Public Property ImageSource As ImageSource

속성 값

이미지의 원본입니다. 기본값은 null입니다.

설명

XAML 특성 사용

<object ImageSource="imageUri"/>

XAML 텍스트 사용

XAML 정보는 형식을 참조하세요 ImageSource .

XAML 값

imageUriSystem.String

이미지 파일의 URI입니다.

종속성 속성 정보

항목 가치
식별자 필드 ImageSourceProperty
메타데이터 플래그 None

적용 대상