FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellFormat Enumeration

In This Topic
    CellFormat Enumeration
    In This Topic
    Provide formats can be set.
    Syntax
    'Declaration
     
    
    Public Enum CellFormat 
       Inherits System.Enum
    public enum CellFormat : System.Enum 
    Members
    MemberDescription
    BackgroundBackground format
    BorderBrushBorderBrush format
    BorderThickness 
    CornerRadiusCornerRadius format
    FontFamilyFontFamily format
    FontSizeFontSize format
    FontStyleFontStyle format
    FontWeightFontWeight format
    ForegroundForeground format
    HorizontalAlignmentHorizontalAlignment format
    OrientationOrientation format
    TagTag format
    TextDecorationsTextDecorations format
    TextTrimmingTextTrimming format
    TextWrappingTextWrapping format
    VerticalAlignmentVerticalAlignment format
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.CellFormat

    See Also