Skip to main content

CellStyleSettings Fields

Contains style settings that specify cell appearance.
Name Description
BackgroundProperty static Identifies the Background dependency property.
FocusedBackgroundProperty static Identifies the FocusedBackground dependency property.
FocusedForegroundProperty static Identifies the FocusedForeground dependency property.
FocusedRowBackgroundProperty static Identifies the FocusedRowBackground dependency property.
FocusedRowForegroundProperty static Identifies the FocusedRowForeground dependency property.
FocusedSelectedBackgroundProperty static Identifies the FocusedSelectedBackground dependency property.
FocusedSelectedForegroundProperty static Identifies the FocusedSelectedForeground dependency property.
FontFamilyProperty static Identifies the FontFamily dependency property.
FontSizeProperty static Identifies the FontSize dependency property.
FontStretchProperty static Identifies the FontStretch dependency property.
FontStyleProperty static Identifies the FontStyle dependency property.
FontWeightProperty static Identifies the FontWeight dependency property.
ForegroundProperty static Identifies the Foreground dependency property.
PaddingProperty static Identifies the Padding dependency property.
SelectedBackgroundProperty static Identifies the SelectedBackground dependency property.
SelectedForegroundProperty static Identifies the SelectedForeground dependency property.
SelectedRowBackgroundProperty static Identifies the SelectedRowBackground dependency property.
SelectedRowForegroundProperty static Identifies the SelectedRowForeground dependency property.
ValidationCriticalImageProperty static Identifies the ValidationCriticalImage dependency property.
ValidationInformationImageProperty static Identifies the ValidationInformationImage dependency property.
ValidationWarningImageProperty static Identifies the ValidationWarningImage dependency property.
See Also