Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class
Properties

In This Topic
    CellStyle Class Members
    In This Topic

    The following tables list the members exposed by CellStyle.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether this cell is a background cell that appears behind the table grid, regular cells, and foreground cells. The default is false.  
    Public PropertyGets or sets a value specifying which border lines are drawn in a table cell or table frame. The default is FrameBorders.AllBorders. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the corner radius for the inner border, in graphic units. The default is 0.

    This property only has effect if all border lines are drawn.

    (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets a delegate creating a GrapeCity.Documents.Text.TextLayout from the specified CellStyle and a data object.  
    Public PropertyGets or sets a delegate that draws custom content in a table cell (before drawing a GrapeCity.Documents.Text.TextLayout).  
    Public PropertyGets or sets the brush to fill background of the inner area. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the color to fill background of the inner area. The default is transparent.

    Ignored if the FrameStyle.FillBrush property is set.

    (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets a value indicating whether the content area height is independent of text height. The default is false.  
    Public PropertyGets or sets a value indicating whether the content area width is independent of text width. The default is true.  
    Public PropertyGets or sets a value indicating whether this cell is a foreground cell that appears on top of the table grid, regular cells, and background cells. The default is false.  
    Public PropertyGets the sum of left and right padding of the content area, in graphic units.  
    Public PropertyGets or sets the color of the inner border line. The default is black.

    Ignored if the FrameStyle.Pen property is set.

    (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets all line padding values at once (left, top, right, bottom), in graphic units. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the bottom padding of the inner border, in graphic units. The default is 0. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the left padding of the inner border, in graphic units. The default is 0. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the left and right padding of the inner border, in graphic units. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the right padding of the inner border, in graphic units. The default is 0. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the top padding of the inner border, in graphic units. The default is 0. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the top and bottom padding of the inner border, in graphic units. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the width of the inner border, in graphic units. The default is 0.

    Ignored if the FrameStyle.Pen property is set.

    (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets the maximum height of the content area, in graphic units.

    a null reference (Nothing in Visual Basic) (the default value) means there is no limit on the maximum height.

    The value is ignored if the FixedHeight property is set to true.

     
    Public PropertyGets or sets the maximum width of the content area, in graphic units.

    a null reference (Nothing in Visual Basic) (the default value) means there is no limit on the maximum width.

    The value is ignored if the FixedWidth property is set to true.

     
    Public PropertyGets or sets all padding values at once (left, top, right, bottom), in graphic units.  
    Public PropertyGets or sets the bottom padding of the content area, in graphic units. The default is 0.  
    Public PropertyGets or sets the left padding of the content area, in graphic units. The default is 0.  
    Public PropertyGets or sets the left and right padding of the content area, in graphic units.  
    Public PropertyGets or sets the right padding of the content area, in graphic units. The default is 0.  
    Public PropertyGets or sets the top padding of the content area, in graphic units. The default is 0.  
    Public PropertyGets or sets the top and bottom padding of the content area, in graphic units.  
    Public PropertyGets or sets the value of GrapeCity.Documents.Text.TextLayout.ParagraphAlignment. The default is GrapeCity.Documents.Text.ParagraphAlignment.Near.  
    Public PropertyGets or sets the pen to draw the inner border line. (Inherited from GrapeCity.Documents.Drawing.FrameStyle)
    Public PropertyGets or sets a value specifying whether a table cell appears behind or on top of other cells. The default is CellPosition.Normal.  
    Public PropertyGets or sets the value of GrapeCity.Documents.Text.TextLayout.RightToLeft. The default is false.  
    Public PropertyGets or sets the rotation angle of the content area (0, 90, 180 or 270 degrees). The default is 0.  
    Public PropertyGets or sets the value of GrapeCity.Documents.Text.TextLayout.TextAlignment. The default is GrapeCity.Documents.Text.TextAlignment.Leading.  
    Public PropertyGets or sets the proposed GrapeCity.Documents.Text.TextFormat for cell's GrapeCity.Documents.Text.TextLayout.  
    Public PropertyGets the sum of top and bottom padding of the content area, in graphic units.  
    Top
    See Also