Gets or sets the height of the image set in the CaptionImageUrl property of the header styles.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(typeof(Unit), "")]
public Unit CaptionImageHeight { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(GetType(Unit), "")> _
Public Property CaptionImageHeight As Unit

Remarks

If the property is not set then the width will be calculated automatically (using the physical dimensions of an image).

See Also