DecimalKeyFrame::Value Property

 

Gets or sets the key frame's target value.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Decimal Value {
	Decimal get();
	void set(Decimal value);
}

Property Value

Type: System::Decimal

The key frame's target value, which is the value of this key frame at its specified KeyTime. The default value is 0.

Identifier field

ValueProperty

Metadata properties set to true

None

<object Value="Decimal"/>

.NET Framework
Available since 3.0
Return to top
Show: