# Sandbox.CameraComponent.CustomSize

```csharp
System.Nullable<Vector2> CustomSize { get; set; }
```

Allows specifying a custom aspect ratio for this camera.
By default (or when null) the camera size is screen size or render target size.

Declared in [Sandbox.CameraComponent](/api/Sandbox.CameraComponent).
Assembly: `Sandbox.Engine`.
