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