CODIUM Programming Language (CPL) CodiumSDK CPL ObjectFit
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum ObjectFit |
| Constante | Descripción | |
|---|---|---|
| Contain | The replaced content is scaled to maintain its aspect ratio while fitting within the element’s content box | |
| Cover | The replaced content is sized to maintain its aspect ratio while filling the element’s entire content box. The object will be clipped to fit | |
| Fill | This is default. The replaced content is sized to fill the element’s content box. If necessary, the object will be stretched or squished to fit | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| None | The replaced content is not resized | |
| Scale_Down | The content is sized as if none or contain were specified (would result in a smaller concrete object size) |