Table of Contents
Height Property

Gets or sets the block height.

Syntax
 public Single? Height { get; set; }
Remarks

Note that a block height defines the distance between the top edge and bottom edge of a block's client area, which excludes padding, border and margin. This property is only used by a block content.

This value is suggestive only. If the actual block content height is greater than this value, then the actual content height is used.

See Also