Interface ICellStyle
Defines a set of members to be implemented by a class that describes styles for TableCell objects.
Inherited Members
Namespace: TheXDS.MCART.Types
Assembly: MCART.Wpf.FlowDocumentExtensions.dll
Syntax
public interface ICellStyle : IWpfStyle
Properties
| Edit this page View SourceAlignment
Gets or sets the text alignment to be used in the cell.
Declaration
TextAlignment Alignment { get; set; }
Property Value
| Type | Description |
|---|---|
| TextAlignment |
OddBackground
Gets or sets a background color for odd-numbered rows.
Declaration
Brush? OddBackground { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
Width
Gets or sets the width of the cell.
Declaration
GridLength? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| GridLength? |