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 Attribute Usage
<object ImageSource="imageUri"/>
XAML 文字使用方式
如需 XAML 資訊,請參閱 ImageSource。
XAML 值
imageUriSystem.String
影像的 URI。
相依性屬性資訊
標識元欄位 | ImageSourceProperty |
設定為的元數據屬性 true |
無 |