Aracılığıyla paylaş


ToolTipService.GetInitialShowDelay(DependencyObject) Yöntem

Tanım

Bir nesnenin ekli özelliğinin InitialShowDelay değerini alır.

public:
 static int GetInitialShowDelay(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static int GetInitialShowDelay (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetInitialShowDelay : System.Windows.DependencyObject -> int
Public Shared Function GetInitialShowDelay (element As DependencyObject) As Integer

Parametreler

element
DependencyObject

Özellik değerinin okunduğu nesne.

Döndürülenler

Int32

Nesnenin InitialShowDelay özellik değeri.

Öznitelikler

Örnekler

Aşağıdaki örnekte, ekli özelliğin değerinin nasıl alınacakları ToolTipService.InitialShowDelay gösterilmektedir. FindName yöntemi, adlı ellipse2Ellipsenesnesini bulur.

myInt = ToolTipService.GetInitialShowDelay(
             (DependencyObject)FindName("ellipse2"));
myInt = ToolTipService.GetInitialShowDelay(CType(FindName("ellipse2"), DependencyObject))

Şunlara uygulanır

Ayrıca bkz.