
Espacio de nombres:
CodiumSDK.CPLEnsamblado: CodiumSDK.dll

Background Size
| C# |
| public class BackgroundSize : System.Object |
Constructores
#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 |