Skybound Rebar

RebarBand.UseLargeImages Property

Gets or sets whether large images are drawn on the buttons for this band.

[Visual Basic]
Public Property UseLargeImages As Boolean
[C#]
public bool UseLargeImages {get; set;}

Property Value

true if the band should use large images; otherwise, false.

Remarks

Each RebarButton in a band can be assigned two images using Image and LargeImage. Use this property to dynamically change whether the image for each button is retrieved from the Image or LargeImage property.

See Also

RebarBand Class | Skybound.Rebar Namespace