Api Sandbox UI ObjectFit
enum

ObjectFit

public sealed enum ObjectFit : Enum

Enum Values

Name Value Description
Fill The content is sized to fill the element's content box. This does not preserve aspect ratio.
Contain The content is scaled to maintain its aspect ratio while fitting within the element's content box
Cover The content is sized to maintain its aspect ratio while filling the element's entire content box
None The content is not resized
Assembly: Sandbox.System Namespace: Sandbox.UI Full Name: Sandbox.UI.ObjectFit