CODIUM Programming Language (CPL) CodiumSDK CPL MaskOrigin
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Mask Origin
C# |
public enum MaskOrigin |
Constante | Descripción | |
---|---|---|
Border_Box | The position is relative to the border box. This is default | |
Content_Box | The position is relative to the content box | |
Fill_Box | The position is relative to the object bounding box | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
Margin_Box | The position is relative to the margin box | |
Padding_Box | The position is relative to the padding box | |
Stroke_Box | The position is relative to the stroke bounding box | |
View_Box | Use the nearest SVG viewport as reference box |