Version

FormatSettings Class Members

The following tables list the members exposed by FormatSettings.

Public Constructors
 NameDescription
Public ConstructorFormatSettings Constructor  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)BorderColorPropertyIdentifies the BorderColor dependency property  
Public Fieldstatic (Shared in Visual Basic)BorderStylePropertyIdentifies the BorderStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)BottomBorderColorPropertyIdentifies the BottomBorderColor dependency property  
Public Fieldstatic (Shared in Visual Basic)BottomBorderStylePropertyIdentifies the BottomBorderStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)FillPatternBackgroundColorPropertyIdentifies the FillPatternBackgroundColor dependency property  
Public Fieldstatic (Shared in Visual Basic)FillPatternForegroundColorPropertyIdentifies the FillPatternForegroundColor dependency property  
Public Fieldstatic (Shared in Visual Basic)FillPatternPropertyIdentifies the FillPattern dependency property  
Public Fieldstatic (Shared in Visual Basic)FontColorPropertyIdentifies the FontColor dependency property  
Public Fieldstatic (Shared in Visual Basic)FontFamilyPropertyIdentifies the FontFamily dependency property  
Public Fieldstatic (Shared in Visual Basic)FontSizePropertyIdentifies the FontSize dependency property  
Public Fieldstatic (Shared in Visual Basic)FontStrikeoutPropertyIdentifies the FontStrikeout dependency property  
Public Fieldstatic (Shared in Visual Basic)FontStylePropertyIdentifies the FontStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)FontSuperscriptSubscriptStylePropertyIdentifies the FontSuperscriptSubscriptStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)FontUnderlineStylePropertyIdentifies the FontUnderlineStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)FontWeightPropertyIdentifies the FontWeight dependency property  
Public Fieldstatic (Shared in Visual Basic)FormatStringPropertyIdentifies the FormatString dependency property  
Public Fieldstatic (Shared in Visual Basic)HorizontalAlignmentPropertyIdentifies the HorizontalAlignment dependency property  
Public Fieldstatic (Shared in Visual Basic)IndentPropertyIdentifies the Indent dependency property  
Public Fieldstatic (Shared in Visual Basic)LeftBorderColorPropertyIdentifies the LeftBorderColor dependency property  
Public Fieldstatic (Shared in Visual Basic)LeftBorderStylePropertyIdentifies the LeftBorderStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)LockedPropertyIdentifies the Locked dependency property  
Public Fieldstatic (Shared in Visual Basic)RightBorderColorPropertyIdentifies the RightBorderColor dependency property  
Public Fieldstatic (Shared in Visual Basic)RightBorderStylePropertyIdentifies the RightBorderStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)RotationPropertyIdentifies the Rotation dependency property  
Public Fieldstatic (Shared in Visual Basic)ShrinkToFitPropertyIdentifies the ShrinkToFit dependency property  
Public Fieldstatic (Shared in Visual Basic)TopBorderColorPropertyIdentifies the TopBorderColor dependency property  
Public Fieldstatic (Shared in Visual Basic)TopBorderStylePropertyIdentifies the TopBorderStyle dependency property  
Public Fieldstatic (Shared in Visual Basic)VerticalAlignmentPropertyIdentifies the VerticalAlignment dependency property  
Public Fieldstatic (Shared in Visual Basic)WrapTextPropertyIdentifies the WrapText dependency property  
Public Properties
 NameDescription
Public PropertyBorderColorGets or sets the color of the borders around the cells of a field.  
Public PropertyBorderStyleGets or sets the style of all of the borders. Individual border settings take precedence.  
Public PropertyBottomBorderColorGets or sets the bottom border color.  
Public PropertyBottomBorderStyleGets or sets the bottom border style.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyFillPatternGets or sets the fill pattern in the cell.  
Public PropertyFillPatternBackgroundColorGets or sets the background color of a field.  
Public PropertyFillPatternForegroundColorGets or sets the foreground color of the cells in a field.  
Public PropertyFontColorGets or sets the color of the font.  
Public PropertyFontFamilyGets or sets the font family of the object being exported.  
Public PropertyFontSizeGets or sets the size of the font for the object being exported, in device-independent units.  
Public PropertyFontStrikeoutGets or sets the value which indicates whether the font is struck out.  
Public PropertyFontStyleGets or sets the style of the font for the object being exported.  
Public PropertyFontSuperscriptSubscriptStyleGets or sets the underline style of the font.  
Public PropertyFontUnderlineStyleGets or sets the underline style of the font.  
Public PropertyFontWeightGets or sets the weight of the font for the object being exported.  
Public PropertyFormatStringGets or sets the Excel-style number format string.  
Public PropertyHorizontalAlignmentGets or sets the horizontal alignment of the content in a cell.  
Public PropertyIndentGets or sets the indent in units of average character widths.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyLeftBorderColorGets or sets the left border color.  
Public PropertyLeftBorderStyleGets or sets the left border style.  
Public PropertyLockedGets or sets the valid which indicates whether the cell is locked in protected mode.  
Public PropertyRightBorderColorGets or sets the right border color.  
Public PropertyRightBorderStyleGets or sets the right border style.  
Public PropertyRotationGets or sets the rotation of the cell content in degrees.  
Public PropertyShrinkToFitGets or sets the value indicating whether the cell content will shrink to fit the cell.  
Public PropertyTopBorderColorGets or sets the top border color.  
Public PropertyTopBorderStyleGets or sets the top border style.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment of the content in a cell.  
Public PropertyWrapTextGets or sets the value which indicates whether text will wrap in a cell.  
Public Methods
 NameDescription
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCloneReturns a copy of the object.  
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Protected Methods
 NameDescription
Protected MethodOnPropertyChanged(DependencyPropertyChangedEventArgs)Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
See Also