ByteKeyFrame::Value Property

 

Gets or sets the key frame's target value.

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

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

Property Value

Type: System::Byte

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

.NET Framework
Available since 3.0
Return to top
Show: