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

Background Size
C#
public class BackgroundSize : System.Object

Constructores

NombreDescripción
BackgroundSize(size)Constructor with predefined size
BackgroundSize(width, height, widthPercentage, heightPercentage)Constructor with size

BackgroundSize(size)

Constructor with predefined size
C#
public BackgroundSize(CodiumSDK.CPL.CSSRule.Size size);

Parámetros

NombreTipoDescripción
sizeCodiumSDK.CPL.CSSRule.SizeSize

BackgroundSize(width, height, widthPercentage, heightPercentage)

Constructor with size
C#
public BackgroundSize(System.Int32 width, System.Int32 height, System.Boolean widthPercentage, System.Boolean heightPercentage);

Parámetros

NombreTipoDescripción
widthSystem.Int32Width
heightSystem.Int32Height
widthPercentageSystem.BooleanWidth Percentage
heightPercentageSystem.BooleanHeight Percentage