ImageBrush.ImageSource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此 ImageBrush 显示的图像。
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
属性值
此 ImageBrush 显示的图像。
注解
ImageBrush 使用 ImageSource 绘制区域。 和 ImageBrush 一起最常使用的 ImageSource 类型是描述位图图形的 BitmapImage。 可以使用 DrawingImage 通过 Drawing 对象进行绘制,但是改用 DrawingBrush 会更简单。 有关对象的详细信息 ImageSource ,请参阅 图像概述 和使用 图像、绘图和视觉对象进行绘制
XAML 属性用法
<object ImageSource="imageUri"/>
XAML 文本用法
有关 XAML 信息,请参阅 ImageSource。
XAML 值
imageUriSystem.String
图像的 URI。
依赖项属性信息
标识符字段 | ImageSourceProperty |
元数据属性设置为 true |
无 |