Table of Contents
Top Property

Gets or sets the distance between a block content's top edge and the top edge of its containing block's client area.

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

Setting this property causes the block to be floated. This property is only used by a block content.

See Also