[]
        
Interface that specifies whether the cell type supports cell diagonal line painting.
public interface ITextOrientationSupport2 : ITextOrientationSupport, IEnhancedRenderer, IRenderer
  Public Interface ITextOrientationSupport2
    Inherits ITextOrientationSupport, IEnhancedRenderer, IRenderer
  | Name | Description | 
|---|---|
| PaintBackground(Graphics, GraphicsPath, Appearance, object, bool, bool, float) | Paint back color.  | 
      
| PaintEnhancedConditionalFormat(Graphics, Rectangle, Appearance, object, bool, bool, float, ExtraRendererSettings, ref RectangleF, bool) | Extend paiting with an extraRendererSettings.  | 
      
| PaintText(Graphics, Rectangle, Appearance, object, bool, bool, float, ExtraRendererSettings, bool, int) | Paint diagonal line rotated text.  |