Images Property (C1SuperLabelBase)
In This Topic
Gets a collection of images that may be shown in the label.
Syntax
'Declaration
<C1DescriptionAttribute("SL.Images", "Gets a collection of images that may be shown in the label.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<C1CategoryAttribute("Appearance")>
Public Property Images As ImageCollection
[C1Description("SL.Images", "Gets a collection of images that may be shown in the label.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Category("Appearance")]
public ImageCollection Images {get; set;}
See Also