Spread WPF 18
GrapeCity.Drawing Namespace / TextCaps Enumeration


In This Topic
    TextCaps Enumeration
    In This Topic
    Represents the cap types of the text.
    Syntax
    'Declaration
     
    Public Enum TextCaps 
       Inherits System.Enum
    'Usage
     
    Dim instance As TextCaps
    public enum TextCaps : System.Enum 
    Members
    MemberDescription
    AllApply all caps on the text.
    NoneNone caps.
    SmallApply small caps to the text.
    UnspecifiedThe value is unspecified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.TextCaps

    See Also