Class RenderingSettings
[DataContract]
[Display("Rendering", null)]
public class RenderingSettings : Configuration- Inheritance
- 
      objectRenderingSettings
- Inherited Members
Fields
AdaptBackBufferToScreen
Gets or sets a value that if true will make sure that the aspect ratio of screen is kept.
[DataMember(15)]
public bool AdaptBackBufferToScreenField Value
ColorSpace
Gets or sets the colorspace.
[DataMember(30)]
public ColorSpace ColorSpaceField Value
- ColorSpace
- The colorspace. 
DefaultBackBufferHeight
Gets or sets the height of the back buffer.
[DataMember(10)]
public int DefaultBackBufferHeightField Value
DefaultBackBufferWidth
Gets or sets the width of the back buffer.
[DataMember(0)]
public int DefaultBackBufferWidthField Value
DefaultGraphicsProfile
Gets or sets the default graphics profile.
[DataMember(20)]
public GraphicsProfile DefaultGraphicsProfileField Value
DisplayOrientation
Gets or sets the display orientation.
[DataMember(40)]
public RequiredDisplayOrientation DisplayOrientation