CODIUM Programming Language (CPL) CodiumSDK CPL ObjectFit
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Object Fit
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) |