SingleAnimation 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SingleAnimation 클래스의 새 인스턴스를 초기화합니다.
오버로드
SingleAnimation() |
SingleAnimation 클래스의 새 인스턴스를 초기화합니다. |
SingleAnimation(Single, Duration) |
지정된 기간 동안 지정된 값에 애니메이션 효과를 주는 SingleAnimation 클래스의 새 인스턴스를 초기화합니다. 애니메이션의 시작 값은 애니메이션 효과가 적용되는 속성의 기준 값 또는 다른 애니메이션의 출력입니다. |
SingleAnimation(Single, Single, Duration) |
지정된 기간 동안 지정된 시작 값부터 지정된 대상 값까지 애니메이션 효과를 적용하는 SingleAnimation 클래스의 새 인스턴스를 초기화합니다. |
SingleAnimation(Single, Duration, FillBehavior) |
지정된 기간 동안 지정된 값에 애니메이션 효과를 주고 지정된 채우기 동작을 갖는 SingleAnimation 클래스의 새 인스턴스를 초기화합니다. 애니메이션의 시작 값은 애니메이션 효과가 적용되는 속성의 기준 값 또는 다른 애니메이션의 출력입니다. |
SingleAnimation(Single, Single, Duration, FillBehavior) |
지정된 기간 동안 지정된 시작 값부터 지정된 대상 값까지 애니메이션 효과를 적용하고 지정된 채우기 동작을 수행하는 SingleAnimation 클래스의 새 인스턴스를 초기화합니다. |
SingleAnimation()
SingleAnimation 클래스의 새 인스턴스를 초기화합니다.
public:
SingleAnimation();
public SingleAnimation ();
Public Sub New ()
적용 대상
SingleAnimation(Single, Duration)
지정된 기간 동안 지정된 값에 애니메이션 효과를 주는 SingleAnimation 클래스의 새 인스턴스를 초기화합니다. 애니메이션의 시작 값은 애니메이션 효과가 적용되는 속성의 기준 값 또는 다른 애니메이션의 출력입니다.
public:
SingleAnimation(float toValue, System::Windows::Duration duration);
public SingleAnimation (float toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.SingleAnimation : single * System.Windows.Duration -> System.Windows.Media.Animation.SingleAnimation
Public Sub New (toValue As Single, duration As Duration)
매개 변수
- toValue
- Single
애니메이션의 대상 값입니다.
적용 대상
SingleAnimation(Single, Single, Duration)
지정된 기간 동안 지정된 시작 값부터 지정된 대상 값까지 애니메이션 효과를 적용하는 SingleAnimation 클래스의 새 인스턴스를 초기화합니다.
public:
SingleAnimation(float fromValue, float toValue, System::Windows::Duration duration);
public SingleAnimation (float fromValue, float toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.SingleAnimation : single * single * System.Windows.Duration -> System.Windows.Media.Animation.SingleAnimation
Public Sub New (fromValue As Single, toValue As Single, duration As Duration)
매개 변수
- fromValue
- Single
애니메이션의 시작 값입니다.
- toValue
- Single
애니메이션의 대상 값입니다.
적용 대상
SingleAnimation(Single, Duration, FillBehavior)
지정된 기간 동안 지정된 값에 애니메이션 효과를 주고 지정된 채우기 동작을 갖는 SingleAnimation 클래스의 새 인스턴스를 초기화합니다. 애니메이션의 시작 값은 애니메이션 효과가 적용되는 속성의 기준 값 또는 다른 애니메이션의 출력입니다.
public:
SingleAnimation(float toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public SingleAnimation (float toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.SingleAnimation : single * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.SingleAnimation
Public Sub New (toValue As Single, duration As Duration, fillBehavior As FillBehavior)
매개 변수
- toValue
- Single
애니메이션의 대상 값입니다.
- fillBehavior
- FillBehavior
활성 상태가 아닐 때 애니메이션의 동작을 지정합니다.
적용 대상
SingleAnimation(Single, Single, Duration, FillBehavior)
지정된 기간 동안 지정된 시작 값부터 지정된 대상 값까지 애니메이션 효과를 적용하고 지정된 채우기 동작을 수행하는 SingleAnimation 클래스의 새 인스턴스를 초기화합니다.
public:
SingleAnimation(float fromValue, float toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public SingleAnimation (float fromValue, float toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.SingleAnimation : single * single * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.SingleAnimation
Public Sub New (fromValue As Single, toValue As Single, duration As Duration, fillBehavior As FillBehavior)
매개 변수
- fromValue
- Single
애니메이션의 시작 값입니다.
- toValue
- Single
애니메이션의 대상 값입니다.
- fillBehavior
- FillBehavior
활성 상태가 아닐 때 애니메이션의 동작을 지정합니다.
적용 대상
.NET