RibbonControlService.GetToolTipFooterImageSource(DependencyObject) Метод

Определение

Получает значение присоединенного свойства ToolTipFooterImageSource для объекта.

public:
 static System::Windows::Media::ImageSource ^ GetToolTipFooterImageSource(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.ImageSource GetToolTipFooterImageSource (System.Windows.DependencyObject element);
static member GetToolTipFooterImageSource : System.Windows.DependencyObject -> System.Windows.Media.ImageSource
Public Shared Function GetToolTipFooterImageSource (element As DependencyObject) As ImageSource

Параметры

element
DependencyObject

Объект, из которого считывается значение свойства.

Возвращаемое значение

ImageSource

Значение свойства объекта ToolTipFooterImageSource.

Исключения

Заданный объект element имеет значение null.

Применяется к