ConstantDescription.DefaultData Property (Microsoft.DirectX.Direct3D)

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(GraphicsStreamvalue);
}
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.