Timeline::Name Property

 

Gets or sets the name of this Timeline.

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

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of this timeline. The default value is null.

.NET Framework
Available since 3.0
Return to top
Show: