Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets a reference to the default value for the constant.
Definition
Visual Basic Public Property DefaultData As GraphicsStream C# public GraphicsStream DefaultData { get; set; } C++ public:
property GraphicsStream^ DefaultData {
GraphicsStream^ get();
void set(GraphicsStream^ value);
}JScript public function get DefaultData() : GraphicsStream
public function set DefaultData(GraphicsStream);
Property Value
Microsoft.DirectX.GraphicsStream
A GraphicsStream object that contains the default value for the constant.This property is read/write.