Badge - BadgeSizing Property

Specifies the sizing behaviour of the Badge

Member of Badge (PRIM_MD.Badge)

Data Type - Enumeration

Details

The BadgeSizing property determines how the Badge will size based on the space defined by the Control to which it is attached.

Allowed Values

Enum ValueDescription
ContentHeightThe height will be governed by the contents of the Badge. The width will remain unchanged
ContentHeightFitToWidthThe height will be governed by the contents of the Badge. The Badge will resize to the width of the Control
ContentWidthThe width will be governed by the contents of the Badge. The height will remain unchanged
ContentWidthAndHeightThe width and height will be governed by the contents of the Badge
ContentWidthFitToHeightThe width will be governed by the contents of the Badge. The control will resize to the height of the Control
FitBothResize the Badge to the height and width of the Control
FitHeightResize the Badge to the height of the Control. Width will remain unchanged
FitWidthResize the Badge to the width of the Control. Height will remain unchanged
NoneDo not resize the Badge


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2