Table of Contents
Width Property

Gets or sets the block width.

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

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

See Also