Condividi tramite


RibbonControlService.GetToolTipFooterImageSource(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata ToolTipFooterImageSource per un oggetto.

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

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

ImageSource

Il valore della proprietà ToolTipFooterImageSource dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a