Height

Sets the block position in pixels or percent from the top of the screen. The value of this property determines how far the block appears from the top of the screen.

Property parameters

None

Examples

var block = CRM.GetBlock("companyboxlong");
block.Height="150";
CRM.AddContent(block.Execute());
Response.Write(CRM.GetPage());

Sets the block to be 150 pixels from the top of the screen.