StopStoryboard 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Storyboard를 중지하는 트리거 작업입니다.
public ref class StopStoryboard sealed : System::Windows::Media::Animation::ControllableStoryboardAction
public sealed class StopStoryboard : System.Windows.Media.Animation.ControllableStoryboardAction
type StopStoryboard = class
inherit ControllableStoryboardAction
Public NotInheritable Class StopStoryboard
Inherits ControllableStoryboardAction
- 상속
설명
사용 하 여는 StopStoryboard 작업과 EventTrigger 또는 Trigger 를 대화형으로 중지는 Storyboard합니다.
StopStoryboard 에 적용을 Storyboard 활성 상태인 경우 (후를 Storyboard 시작)입니다. 스토리 보드 트리거를 중지 합니다 CurrentGlobalSpeedInvalidated 및 CurrentStateInvalidated 이벤트를 하지 않고는 Completed 이벤트.
StopStoryboard 참조 하지 않는 한 Storyboard 직접. 아니라 StopStoryboard 를 참조 해야 합니다는 Name 의 BeginStoryboard 제어 하는 Storyboard. 참조 방법: 이벤트 트리거는 Storyboard를 시작한 후 제어를 사용 하 여 예입니다.
일시 중지, 다시 시작, 중지 또는 그렇지 않은 경우 스토리 보드를 대화형으로 제어
있으려면 일시 중지, 다시 시작 또는 제어를 Storyboard 대화형으로 설정 합니다 Name 의 속성 해당 BeginStoryboard 사용 하 여를 ControllableStoryboardAction 개체 (와 같은 PauseStoryboard, ResumeStoryboard, 또는 StopStoryboard)에서 제어 참조는 Name합니다. 경우는 Name 의 BeginStoryboard 지정 되어 있지는 Storyboard 으로 시작한 후에 대화형으로 제어할 수 없습니다. 참조 방법: 이벤트 트리거는 Storyboard를 시작한 후 제어를 사용 하 여 자세한 내용은 합니다.
생성자
StopStoryboard() |
StopStoryboard 클래스의 새 인스턴스를 초기화합니다. |
속성
BeginStoryboardName |
대화형으로 제어하려는 Storyboard를 시작한 BeginStoryboard의 Name을 가져오거나 설정합니다. (다음에서 상속됨 ControllableStoryboardAction) |
DependencyObjectType |
DependencyObjectType 이 instance CLR 형식을 래핑하는 을 가져옵니다. (다음에서 상속됨 DependencyObject) |
Dispatcher |
이 Dispatcher와 연결된 DispatcherObject를 가져옵니다. (다음에서 상속됨 DispatcherObject) |
IsSealed |
이 인스턴스가 현재 봉인되어 있는지(읽기 전용인지) 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 DependencyObject) |
메서드
적용 대상
추가 정보
.NET