Share via


RibbonControlService.SetToolTipFooterImageSource 메서드

정의

개체의 ToolTipFooterImageSource 연결된 속성 값을 설정합니다.

public:
 static void SetToolTipFooterImageSource(System::Windows::DependencyObject ^ element, System::Windows::Media::ImageSource ^ value);
public static void SetToolTipFooterImageSource (System.Windows.DependencyObject element, System.Windows.Media.ImageSource value);
static member SetToolTipFooterImageSource : System.Windows.DependencyObject * System.Windows.Media.ImageSource -> unit
Public Shared Sub SetToolTipFooterImageSource (element As DependencyObject, value As ImageSource)

매개 변수

element
DependencyObject

연결된 속성이 작성될 개체입니다.

value
ImageSource

설정할 값입니다.

예외

지정된 elementnull입니다.

적용 대상