Enum ControlRenderSizeVariant
Enumerates different rendering sizes of the control.
public enum ControlRenderSizeVariant
Fields
Large = 3
Large size (about 25 % larger than normal)
Mini = 2
Mini size (about 33 % smaller than normal)
Normal = 0
Normal size
Small = 1
Smaller size (about 25 % smaller than normal)