バージョン

GetImageResolved メソッド

XamRibbon 内の指定したツールの解決された画像を返します。
シンタックス
'宣言
 
Public Shared Function GetImageResolved( _
   ByVal d As DependencyObject _
) As ImageSource
public static ImageSource GetImageResolved( 
   DependencyObject d
)

パラメータ

d
画像が要求されているツール。

戻り値の型

ツールの状態に基づいた LargeImageProperty または SmallImageProperty の値。画像が提供されていない場合は null です。
参照