Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Object Fit
C#
public enum ObjectFit
ConstanteDescripción
ContainThe replaced content is scaled to maintain its aspect ratio while fitting within the element’s content box
CoverThe replaced content is sized to maintain its aspect ratio while filling the element’s entire content box. The object will be clipped to fit
FillThis 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
InheritInherits this property from its parent element.
InitialSets this property to its default value.
NoneThe replaced content is not resized
Scale_DownThe content is sized as if none or contain were specified (would result in a smaller concrete object size)