Spread Silverlight Documentation
StyleInfo Class Members
Properties  Methods  Events


The following tables list the members exposed by StyleInfo.

Public Constructors
 NameDescription
Public ConstructorStyleInfo ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyBackgroundGets or sets a System.Windows.Media.Brush object that describes the background for a cell.  
Public PropertyBackgroundThemeColorGets or sets a System.String object that describes the background for a cell.  
Public PropertyBorderBottomGets or sets the bottom border for a cell.  
Public PropertyBorderLeftGets or sets the left border for a cell.  
Public PropertyBorderRightGets or sets the right border for a cell.  
Public PropertyBorderTopGets or sets the top border for a cell.  
Public PropertyDataValidatorGets or sets the data validator.  
Public PropertyFocusableGets or sets a value that indicates whether the user can set focus to the cell using the keyboard or mouse.  
Public PropertyFontFamilyGets or sets the font family of the cell.  
Public PropertyFontSizeGets or sets the font size of the cell in points.  
Public PropertyFontStretchGets or sets the degree to which a font is condensed or expanded.  
Public PropertyFontStyleGets or sets the font style for the cell.  
Public PropertyFontThemeGets or sets the font theme of the cell.  
Public PropertyFontWeightGets or sets the font weight for the cell.  
Public PropertyForegroundGets or sets an object that describes the foreground for a cell.  
Public PropertyForegroundThemeColorGets or sets a System.String object that describes the foreground for a cell.  
Public PropertyFormatterGets or sets the formatter for a cell.  
Public PropertyHorizontalAlignmentGets or sets the horizontal alignment of the cell contents.  
Public PropertyIsEmptyGets a value that indicates whether style settings are set.  
Public PropertyLockedGets or sets a value that indicates whether a cell is marked as locked from editing.  
Public PropertyNameGets or sets the name of the style.  
Public PropertyParentGets or sets the name of the parent (StyleInfo object) of the style.  
Public PropertyShrinkToFitGets or sets whether to shrink to fit.  
Public PropertyStrikethroughGets or sets a value that indicates whether Strikethrough is set.  
Public PropertyTabStopGets or sets a value that indicates whether the user can set focus to the cell using the Tab key.  
Public PropertyTextIndentGets or sets the amount to indent the text in a cell.  
Public PropertyUnderlineGets or sets a value that indicates whether Underline is set.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment of the cell contents.  
Public PropertyWordWrapGets or sets whether to wrap text.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates a new object that is a copy of the current instance (with the same style settings).  
Public MethodComposeOverloaded. Composes style settings using the current style settings and those of a specified object.  
Public MethodCopyFromCopies the specified style settings of the specified object to the current object.  
Public MethodEqualsDetermines whether the specified style is equal to the current style.  
Public MethodGetHashCodeGets the hash code of this object.  
Public MethodInitInitializes this instance.  
Public MethodIsBackgroundSetGets a value that indicates whether the background of the cell (Background property) is set.  
Public MethodIsBackgroundThemeColorSetGets a value that indicates whether the background theme color of the cell (BackgroundThemeColor property) is set.  
Public MethodIsBorderBottomSetGets a value that indicates whether the bottom cell border (Border property) is set.  
Public MethodIsBorderLeftSetGets a value that indicates whether the left cell border (Border property) is set.  
Public MethodIsBorderRightSetGets a value that indicates whether the right cell border (Border property) is set.  
Public MethodIsBorderTopSetGets a value that indicates whether the top cell border (Border property) is set.  
Public MethodIsDataValidatorSetDetermines whether the data validator for the cell (DataValidator property) is set.  
Public MethodIsFocusableSetGets a value that indicates whether the focus setting of the cell (Focusable property) is set.  
Public MethodIsFontFamilySetGets a value that indicates whether the font family setting of the cell (FontFamily property) is set.  
Public MethodIsFontSizeSetGets a value that indicates whether the font size setting of the cell (FontSize property) is set.  
Public MethodIsFontStretchSetGets a value that indicates whether the font stretch setting of the cell (FontStretch property) is set.  
Public MethodIsFontStyleSetGets a value that indicates whether the font style setting of the cell (FontStyle property) is set.  
Public MethodIsFontThemeSetGets a value that indicates whether the font theme setting of the cell (FontTheme property) is set.  
Public MethodIsFontWeightSetGets a value that indicates whether the font weight setting of the cell (FontWeight property) is set.  
Public MethodIsForegroundSetGets a value that indicates whether the foreground of the cell (Foreground property) is set.  
Public MethodIsForegroundThemeColorSetGets a value that indicates whether the foreground theme color of the cell (ForegroundThemeColor property) is set.  
Public MethodIsFormatterSetGets a value that indicates whether the formatter for the cell (Formatter property) is set.  
Public MethodIsHorizontalAlignmentSetGets a value that indicates whether the horizontal alignment of the cell contents (HorizontalAlignment property) is set.  
Public MethodIsLockedSetGets a value that indicates whether the locked setting of the cell (Locked property) is set.  
Public MethodIsNameSetGets a value that indicates whether the name setting of the cell (Name property) is set.  
Public MethodIsParentSetGets a value that indicates whether the parent of the cell (Parent property) is set.  
Public MethodIsShrinkToFitSetGets a value that indicates whether the shrink to fit of the cell contents (ShrinkToFit property) is set.  
Public MethodIsStrikethroughSetGets or sets a value that indicates whether Strikethrough is set.  
Public MethodIsTabStopSetGets a value that indicates whether the tab stop setting of the cell (TabStop property) is set.  
Public MethodIsTextIndentSetGets a value that indicates whether the text indent of the cell contents (TextIndent property) is set.  
Public MethodIsUnderlineSetGets or sets a value that indicates whether Underline is set.  
Public MethodIsVerticalAlignmentSetGets a value that indicates whether the vertical alignment of the cell contents (VerticalAlignment property) is set.  
Public MethodIsWordWrapSetGets a value that indicates whether the word wrap of the cell contents (WordWrap property) is set.  
Public MethodMergeOverloaded. Merges the style settings with the current object.  
Public MethodResetResets all the style settings in the StyleInfo object to the default settings.  
Public MethodResetBackgroundResets the Background property to its default value.  
Public MethodResetBackgroundThemeColorResets the BackgroundThemeColor property to its default value.  
Public MethodResetBorderBottomResets the BorderBottom property to its default value.  
Public MethodResetBorderLeftResets the BorderLeft property to its default value.  
Public MethodResetBorderRightResets the BorderRight property to its default value.  
Public MethodResetBorderTopResets the BorderTop property to its default value.  
Public MethodResetDataValidatorResets the DataValidator property to its default value.  
Public MethodResetFocusableResets the Focusable property to its default value.  
Public MethodResetFontFamilyResets the FontFamily property to its default value.  
Public MethodResetFontSizeResets the FontSize property to its default value.  
Public MethodResetFontStretchResets the FontStretch property to its default value.  
Public MethodResetFontStyleResets the FontStyle property to its default value.  
Public MethodResetFontThemeResets the FontTheme property to its default value.  
Public MethodResetFontWeightResets the FontWeight property to its default value.  
Public MethodResetForegroundResets the Foreground property to its default value.  
Public MethodResetForegroundThemeColorResets the ForegroundThemeColor property to its default value.  
Public MethodResetFormatterResets the Formatter property to its default value.  
Public MethodResetHorizontalAlignmentResets the HorizontalAlignment property to its default value.  
Public MethodResetLockedResets the Locked property to its default value.  
Public MethodResetNameResets the Name property to its default value.  
Public MethodResetParentResets the Parent property to its default value.  
Public MethodResetShrinkToFitResets the ShrinkToFit property to its default value.  
Public MethodResetStrikethroughResets Strikethrough to default value.  
Public MethodResetTabStopResets the TabStop property to its default value.  
Public MethodResetTextIndentResets the TextIndent property to its default value.  
Public MethodResetUnderlineResets Underline to default value.  
Public MethodResetVerticalAlignmentResets the VerticalAlignment property to its default value.  
Public MethodResetWordWrapResets the WordWrap property to its default value.  
Top
Protected Methods
 NameDescription
Protected MethodOnChangedRaises the Changed event.  
Top
Public Events
 NameDescription
Public EventChangedOccurs when the named style has changed.  
Public EventPropertyChangedOccurs when a property value changes.  
Top
See Also

Reference

StyleInfo Class
GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.