BehaviorFlags.Value Property

Language:

Retrieves or sets one or more CreateFlags values.

Definition

Visual Basic Public Property Value As CreateFlags
C# public CreateFlags Value { get; set; }
C++ public:
property CreateFlags Value {
        CreateFlags get();
        void set(CreateFlags value);
}
JScript public function get Value() : CreateFlags
public function set Value(CreateFlags);

Property Value

Microsoft.DirectX.Direct3D.CreateFlags
One or more CreateFlags values that reflect the values of the other BehaviorFlags properties.

This property is read/write. 

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center