PivotExportCellInfo
Class
Class describing cells in RadPivotGrid used in export.
Definition
Namespace:Telerik.Windows.Controls.Pivot.Export
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class PivotExportCellInfo
Inheritance: objectPivotExportCellInfo
Properties
Background
Brush
Gets the Brush that fills the area between the bounds of a border area.
C#
public Brush Background { get; }
BorderBrush
Brush
Gets the Brush that draws the outer border color.
C#
public Brush BorderBrush { get; }
BorderThickness
Thickness?
Gets the relative Thickness of a border area if it was applied.
C#
public Thickness? BorderThickness { get; }
Gets the column span for this cell.
C#
public int ColumnSpan { get; }
FontWeight
FontWeight?
Gets the FontWeight of the specified font if it was applied.
C#
public FontWeight? FontWeight { get; }
Foreground
Brush
Gets the Brush to apply to the text contents.
C#
public Brush Foreground { get; }
TextAlignment
TextAlignment
Gets the cell content TextAlignment.
C#
public TextAlignment TextAlignment { get; }
VerticalAlignment
VerticalAlignment
Gets the cell content VerticalAlignment.
C#
public VerticalAlignment VerticalAlignment { get; }