RibbonMenuButton.SmallImage 屬性
適用於版本2
取得或設定按鈕的 16x16 影像。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property SmallImage As ImageSource
Get
Private Set
'用途
Dim instance As RibbonMenuButton
Dim value As ImageSource
value = instance.SmallImage
public ImageSource SmallImage { get; private set; }
public:
property ImageSource^ SmallImage {
ImageSource^ get ();
private: void set (ImageSource^ value);
}
member SmallImage : ImageSource with get, private set
function get SmallImage () : ImageSource
private function set SmallImage (value : ImageSource)
屬性值
型別:System.Windows.Media.ImageSource
按鈕的 16x16 影像。