ImageDrawing.ImageSource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图像的源。
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 值
imageUri
System.String
图像文件的 URI。
依赖项属性信息
标识符字段 | ImageSourceProperty |
元数据标志 | None |