อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


EasingSizeKeyFrame Constructors

Definition

Initializes a new instance of the EasingSizeKeyFrame class.

Overloads

EasingSizeKeyFrame()

Initializes a new instance of the EasingSizeKeyFrame class.

EasingSizeKeyFrame(Size)

Initializes a new instance of the EasingSizeKeyFrame class with the specified Size value.

EasingSizeKeyFrame(Size, KeyTime)

Initializes a new instance of the EasingSizeKeyFrame class with the specified Size value and key time.

EasingSizeKeyFrame(Size, KeyTime, IEasingFunction)

Initializes a new instance of the EasingSizeKeyFrame class with the specified Size value, key time, and easing function.

EasingSizeKeyFrame()

Initializes a new instance of the EasingSizeKeyFrame class.

C#
public EasingSizeKeyFrame();

See also

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingSizeKeyFrame(Size)

Initializes a new instance of the EasingSizeKeyFrame class with the specified Size value.

C#
public EasingSizeKeyFrame(System.Windows.Size value);

Parameters

value
Size

The initial Size value.

See also

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingSizeKeyFrame(Size, KeyTime)

Initializes a new instance of the EasingSizeKeyFrame class with the specified Size value and key time.

C#
public EasingSizeKeyFrame(System.Windows.Size value, System.Windows.Media.Animation.KeyTime keyTime);

Parameters

value
Size

The initial Size value.

keyTime
KeyTime

The initial key time.

See also

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

EasingSizeKeyFrame(Size, KeyTime, IEasingFunction)

Initializes a new instance of the EasingSizeKeyFrame class with the specified Size value, key time, and easing function.

C#
public EasingSizeKeyFrame(System.Windows.Size value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);

Parameters

value
Size

The initial Size value.

keyTime
KeyTime

The initial key time.

easingFunction
IEasingFunction

The easing function.

See also

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10