Name | Description | |
---|---|---|
TableStyleInfo Constructor |
The following tables list the members exposed by TableStyleInfo.
Name | Description | |
---|---|---|
TableStyleInfo Constructor |
Name | Description | |
---|---|---|
Background | Gets or sets a System.Windows.Media.Brush object that describes the background for a cell. | |
BackgroundThemeColor | Gets or sets a System.String object that describes the background for a cell. | |
BorderBottom | Gets or sets the bottom border for a cell. | |
BorderHorizontal | Gets or sets the horizontal border for a cell. | |
BorderLeft | Gets or sets the left border for a cell. | |
BorderRight | Gets or sets the right border for a cell. | |
BorderTop | Gets or sets the top border for a cell. | |
BorderVertical | Gets or sets the vertical border for a cell. | |
FontStretch | Gets or sets the degree to which a font is condensed or expanded. | |
FontStyle | Gets or sets the font style for the cell. | |
FontWeight | Gets or sets the font weight for the cell. | |
Foreground | Gets or sets an object that describes the foreground for a cell. | |
ForegroundThemeColor | Gets or sets a System.String object that describes the foreground for a cell. | |
IsEmpty | Gets a value that indicates whether style settings are set. |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
Equals | Determines whether the specified System.Object is equal to this instance. | |
GetHashCode | Returns a hash code for this instance. | |
Init | Initializes this instance. | |
IsBackgroundSet | Gets a value that indicates whether the background of the cell (Background property) is set. | |
IsBackgroundThemeColorSet | Gets a value that indicates whether the background theme color of the cell (BackgroundThemeColor property) is set. | |
IsBorderBottomSet | Gets a value that indicates whether the bottom cell border (Border property) is set. | |
IsBorderHorizontalSet | Gets a value that indicates whether the horizontal cell border (Border property) is set. | |
IsBorderLeftSet | Gets a value that indicates whether the left cell border (Border property) is set. | |
IsBorderRightSet | Gets a value that indicates whether the right cell border (Border property) is set. | |
IsBorderTopSet | Gets a value that indicates whether the top cell border (Border property) is set. | |
IsBorderVerticalSet | Gets a value that indicates whether the vertical cell border (Border property) is set. | |
IsFontStretchSet | Gets a value that indicates whether the font stretch setting of the cell (FontStretch property) is set. | |
IsFontStyleSet | Gets a value that indicates whether the font style setting of the cell (FontStyle property) is set. | |
IsFontWeightSet | Gets a value that indicates whether the font weight setting of the cell (FontWeight property) is set. | |
IsForegroundSet | Gets a value that indicates whether the foreground of the cell (Foreground property) is set. | |
IsForegroundThemeColorSet | Gets a value that indicates whether the foreground theme color of the cell (ForegroundThemeColor property) is set. | |
Reset | Resets all the style settings in the StyleInfo object to the default settings. | |
ResetBackground | Resets the Background property to its default value. | |
ResetBackgroundThemeColor | Resets the BackgroundThemeColor property to its default value. | |
ResetBorderBottom | Resets the BorderBottom property to its default value. | |
ResetBorderHorizontal | Resets the BorderHorizontal property to its default value. | |
ResetBorderLeft | Resets the BorderLeft property to its default value. | |
ResetBorderRight | Resets the BorderRight property to its default value. | |
ResetBorderTop | Resets the BorderTop property to its default value. | |
ResetBorderVertical | Resets the BorderVertical property to its default value. | |
ResetFontStretch | Resets the FontStretch property to its default value. | |
ResetFontStyle | Resets the FontStyle property to its default value. | |
ResetFontWeight | Resets the FontWeight property to its default value. | |
ResetForeground | Resets the Foreground property to its default value. | |
ResetForegroundThemeColor | Resets the ForegroundThemeColor property to its default value. |