C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / FontPadding Enumeration

FontPadding Enumeration
Specifies whether the component should use padding to avoid text clipping.
Syntax
'Declaration
 
Public Enum FontPadding 
   Inherits 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