ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1Label Class / FormatType Property

In This Topic
    FormatType Property (C1Label)
    In This Topic
    Enumeration value determining the formatting metod, including standard .NET format specifiers, custom and programmatic formatting.
    Syntax
    'Declaration
     
    
    Public Property FormatType As FormatTypeEnum
    public FormatTypeEnum FormatType {get; set;}
    See Also