RibbonButton.SmallImage 属性

适用于版本2

获取或设置按钮的 16x16 图像。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Property SmallImage As ImageSource 
    Get 
    Private Set
用法
Dim instance As RibbonButton 
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 图像。

请参阅

参考

RibbonButton 类

Microsoft.WebMatrix.Extensibility 命名空间