Click or drag to resize

ContainerHeightQuantity Property

Gets or sets the height quantity. The height of the container.

Namespace:  SanteDB.Core.Model.Entities
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public decimal? HeightQuantity { get; set; }

Property Value

Type: NullableDecimal
The height quantity.
See Also