CODIUM Programming Language (CPL) CodiumSDK CPL BackgroundSize
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Background Size
C# |
public class BackgroundSize : System.Object |
Constructores
Nombre | Descripció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
Nombre | Tipo | Descripción |
---|---|---|
size | CodiumSDK.CPL.CSSRule.Size | Size |
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
Nombre | Tipo | Descripción |
---|---|---|
width | System.Int32 | Width |
height | System.Int32 | Height |
widthPercentage | System.Boolean | Width Percentage |
heightPercentage | System.Boolean | Height Percentage |