The ObjectFit enumeration in the Sandbox.UI
namespace defines how content should be resized to fit within a UI element's content box. It provides options to control the scaling and aspect ratio of the content.
The ObjectFit enumeration in the Sandbox.UI
namespace defines how content should be resized to fit within a UI element's content box. It provides options to control the scaling and aspect ratio of the content.
Member Name | Summary |
---|---|
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. |