Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Gets/sets settings used for creation of render window and graphics device. Setting this property to new value will recreate existing graphics device.

Namespace: Visual3D.Graphics3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public DeviceSettings DeviceSettings { get; set; }
Public Property DeviceSettings As DeviceSettings
	Get
	Set

See Also