Enum PaddingReference
The types of references for the padding calculation.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[Flags]
public enum PaddingReference
Fields
| Name | Description |
|---|---|
| Height | Paddings using a * are calculated by using the content height. |
| HeightAndWidth | Horizontal paddings using a * are calculated by using the content width and vertical paddings are calculated using the content height. |
| Width | Paddings using a * are calculated by using the content width. |