ToolTipService.SetShowDuration(DependencyObject, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定物件的 ShowDuration 附加屬性值。
public:
static void SetShowDuration(System::Windows::DependencyObject ^ element, int value);
public static void SetShowDuration (System.Windows.DependencyObject element, int value);
static member SetShowDuration : System.Windows.DependencyObject * int -> unit
Public Shared Sub SetShowDuration (element As DependencyObject, value As Integer)
參數
- element
- DependencyObject
要寫入附加屬性的物件。
- value
- Int32
要設定的值。
範例
下列範例示範如何設定附加屬性的值 ToolTipService.ShowDuration
。
ToolTipService.SetShowDuration(ellipse1, 7000);
ToolTipService.SetShowDuration(ellipse1, 7000)