RibbonGallery.ToolTipFooterImageSource プロパティ

定義

このコントロールのツールヒントのフッターに表示されるイメージを取得または設定します。

public:
 property System::Windows::Media::ImageSource ^ ToolTipFooterImageSource { System::Windows::Media::ImageSource ^ get(); void set(System::Windows::Media::ImageSource ^ value); };
public System.Windows.Media.ImageSource ToolTipFooterImageSource { get; set; }
member this.ToolTipFooterImageSource : System.Windows.Media.ImageSource with get, set
Public Property ToolTipFooterImageSource As ImageSource

プロパティ値

ツールヒントのフッターに表示するイメージ。 登録済みの既定値は null です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

注釈

警告

各リボン コントロールは、プロパティを FrameworkElement.ToolTip 継承します。 プロパティが FrameworkElement.ToolTip 設定されている場合、リボンの拡張ツールヒントは表示されません。代わりに標準のツールヒントが表示されます。

依存プロパティ情報

識別子フィールド ToolTipFooterImageSourceProperty
に設定されたメタデータ プロパティ true なし

適用対象

こちらもご覧ください