Show / Hide Table of Contents

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 Source

DataGridRowBackground(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 Source

Background

Gets the background System.Windows.Media.Brush.

Declaration
public Brush Background { get; }
Property Value
Type Description
System.Windows.Media.Brush
View Source

Height

Gets the height.

Declaration
public double Height { get; }
Property Value
Type Description
System.Double

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX