Class RenderingSettings
[DataContract]
[Display("Rendering", null)]
public class RenderingSettings : Configuration
- Inheritance
-
RenderingSettings
- 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 AdaptBackBufferToScreen
Field Value
ColorSpace
Gets or sets the colorspace.
[DataMember(30)]
public ColorSpace ColorSpace
Field Value
- ColorSpace
The colorspace.
DefaultBackBufferHeight
Gets or sets the height of the back buffer.
[DataMember(10)]
public int DefaultBackBufferHeight
Field Value
DefaultBackBufferWidth
Gets or sets the width of the back buffer.
[DataMember(0)]
public int DefaultBackBufferWidth
Field Value
DefaultGraphicsProfile
Gets or sets the default graphics profile.
[DataMember(20)]
public GraphicsProfile DefaultGraphicsProfile
Field Value
DisplayOrientation
Gets or sets the display orientation.
[DataMember(40)]
public RequiredDisplayOrientation DisplayOrientation