다음을 통해 공유


ToolTipService.InitialShowDelay 연결된 속성

정의

도구 설명이 열리기 전의 시간 길이를 가져오거나 설정합니다.

see GetInitialShowDelay, and SetInitialShowDelay
see GetInitialShowDelay, and SetInitialShowDelay
see GetInitialShowDelay, and SetInitialShowDelay

예외

InitialShowDelay 속성의 값이 0보다 작습니다.

예제

다음 예제에서는 타이밍 속성을 설정하는 ToolTipService 방법을 보여줍니다.

<Ellipse Height="25" Width="50" 
      Fill="Gray" 
      HorizontalAlignment="Left"
      ToolTipService.InitialShowDelay="1000"
      ToolTipService.ShowDuration="7000"
      ToolTipService.BetweenShowDelay="2000"
      ToolTipService.Placement="Right" 
      ToolTipService.PlacementRectangle="50,0,0,0"
      ToolTipService.HorizontalOffset="10" 
      ToolTipService.VerticalOffset="20"
      ToolTipService.HasDropShadow="false"
      ToolTipService.ShowOnDisabled="true" 
      ToolTipService.IsEnabled="true"
      ToolTipOpening="whenToolTipOpens"
      ToolTipClosing="whenToolTipCloses"
      >
  <Ellipse.ToolTip>
    <BulletDecorator>
      <BulletDecorator.Bullet>
        <Ellipse Height="10" Width="20" Fill="Blue"/>
      </BulletDecorator.Bullet>
      <TextBlock>Uses the ToolTipService class</TextBlock>
    </BulletDecorator>
  </Ellipse.ToolTip>
</Ellipse>

설명

일반적으로 사용자가 도구 설명이 있는 개체 위로 마우스 포인터를 이동하면 도구 설명이 표시되기 전에 지연이 발생합니다. 이 지연은 속성 값과 InitialShowDelay 같습니다. 그러나 도구 설명이 표시된 후에는 시간이 경과할 때까지 기다리 InitialShowDelay 지 않고 다른 도구 설명을 표시할 수 있는 기간이 있습니다. 속성을 사용하여 이 기간을 지정합니다 BetweenShowDelay . 이 기간 내에 표시되는 도구 설명이 있는 요소에서 도구 설명이 있는 다른 요소로 마우스를 이동하면 두 번째 도구 설명에 InitialShowDelay 대한 속성 값이 적용되지 않고 두 번째 도구 설명이 즉시 나타납니다.

코드에서 이 속성을 얻거나 설정하는 방법에 대한 자세한 내용은 및 SetInitialShowDelay 메서드를 GetInitialShowDelay 참조하세요.

종속성 속성 정보

식별자 필드 InitialShowDelayProperty
메타 데이터 속성 설정 true 없음

적용 대상

추가 정보