Gets or sets the image's width 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#
[DefaultValueAttribute(typeof(Unit), "")]
[NotifyParentPropertyAttribute(true)]
public Unit CaptionImageWidth { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(GetType(Unit), "")> _
<NotifyParentPropertyAttribute(True)> _
Public Property CaptionImageWidth As Unit

Remarks

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

See Also