Frame.Name Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the name of a frame.
Definition
Visual Basic Public Property Name As String C# public string Name { get; set; } C++ public:
property String^ Name {
String^ get();
void set(String^ value);
}JScript public function get Name() : String
public function set Name(String);
Property Value
System.String
A String that represents the name of the frame.This property is read/write.