ComponentOne Ribbon for WinForms
FontPadding Enumeration

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : FontPadding Enumeration
Specifies whether the component should use padding to avoid text clipping.
Syntax
'Declaration
 
Public Enum FontPadding 
   Inherits System.Enum
public enum FontPadding : System.Enum 
Members
MemberDescription
InheritThe value is inherited from the parent component.
NoDon't use padding.
YesUse padding to avoid text clipping.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Ribbon.FontPadding

See Also

Reference

C1.Win.C1Ribbon Namespace