Skip to main content

RowStyleSettings Members

Contains style settings that allow you to specify a grid row appearance.

Constructors

Name Description
RowStyleSettings() Initializes a new instance of the RowStyleSettings class.

Fields

Name Description
BackgroundProperty static Identifies the Background dependency property.
FocusedBackgroundProperty static Identifies the FocusedBackground dependency property.
FocusedBorderBrushProperty static Identifies the FocusedBorderBrush dependency property.
FocusedBorderThicknessProperty static Identifies the FocusedBorderThickness dependency property.
FocusedCornerRadiusProperty static Identifies the FocusedCornerRadius dependency property.
FocusedSelectedBackgroundProperty static Identifies the FocusedSelectedBackground dependency property.
HoverBackgroundProperty static Identifies the HoverBackground dependency property.
SelectedBackgroundProperty static Identifies the SelectedBackground dependency property.

Properties

Name Description
Background Gets or sets a brush that paints a row’s background.
FocusedBackground Gets or sets a brush that paints the focused row’s background.
FocusedBorderBrush Gets or sets a brush that paints the focused row’s border.
FocusedBorderThickness Gets or sets a thickness of the focused row’s border.
FocusedCornerRadius Gets or sets a corner radius of the focused row’s border.
FocusedSelectedBackground Gets or sets a brush that paints a row’s background when this row is focused and selected at the same time.
HoverBackground Gets or sets a brush that paints a row’s background when a user hovers the mouse pointer over this row.
SelectedBackground Gets or sets a brush that paints the selected row’s background.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also