Class DataGridRowBackground
Provides color and height information for a row background.
Inheritance
System.Object
DataGridRowBackground
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.Double | height | The height of the row. |
System.Windows.Media.Brush | background | The background System.Windows.Media.Brush. |
Properties
View SourceBackground
Gets the background System.Windows.Media.Brush.
Declaration
public Brush Background { get; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush |
Height
Gets the height.
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
System.Double |