Skybound Rebar

RebarBand.Image Property

Gets or sets the Image displayed on the band.

[Visual Basic]
Public Property Image As Image
[C#]
public System.Drawing.Image Image {get; set;}

Property Value

An Image that is displayed on the band. The default is a null reference (Nothing in Visual Basic) -- no image.

Remarks

The default Image property value is a null reference (Nothing in Visual Basic), unless the band was created with the RebarBand constructor that accepts the image as a parameter.

Design-time Note: This property provides additional design-time services when loading icon files. An icon containing multiple sizes or color depths will cause a dialog to appear that allows you to choose which size and color depth is loaded. Loading 32-bit icons with an 8-bit alpha channel is also supported.

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

RebarBand Class | Skybound.Rebar Namespace