ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / FontPadding Enumeration

In This Topic
    FontPadding Enumeration
    In This Topic
    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