Class DataGridRowBackground
Provides color and height information for a row background.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class DataGridRowBackground
Constructors
View SourceDataGridRowBackground(double, Brush)
Initializes a new instance of the DataGridRowBackground class.
Declaration
public DataGridRowBackground(double height, Brush background)
Parameters
| Type | Name | Description |
|---|---|---|
| double | height | The height of the row. |
| Brush | background | The background Brush. |
Properties
View SourceBackground
Gets the background Brush.
Declaration
public Brush Background { get; }
Property Value
| Type | Description |
|---|---|
| Brush |
Height
Gets the height.
Declaration
public double Height { get; }
Property Value
| Type | Description |
|---|---|
| double |