Skybound Rebar

RebarBand.CustomizeAutoSize Property

Gets or sets whether the size of the band is automatically adjusted when the band is customized.

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

Property Value

True if the size of the band is automatically adjusted when the band is customized; otherwise, false.

Remarks

When the icon or text options are changed for a band in the customize dialog, the minimum size of the band may need to change to accomodate the buttons. Set this property to true to have the band automatically adjust its size when it is customized.

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 | RebarBandCustomizer | CanCustomize | ShowIconOptions | ShowTextOptions