The following tables list the members exposed by FormatSettings.
Name | Description | |
---|---|---|
FormatSettings Constructor |
Name | Description | |
---|---|---|
BorderColorProperty | Identifies the BorderColor dependency property | |
BorderStyleProperty | Identifies the BorderStyle dependency property | |
BottomBorderColorProperty | Identifies the BottomBorderColor dependency property | |
BottomBorderStyleProperty | Identifies the BottomBorderStyle dependency property | |
FillPatternBackgroundColorProperty | Identifies the FillPatternBackgroundColor dependency property | |
FillPatternForegroundColorProperty | Identifies the FillPatternForegroundColor dependency property | |
FillPatternProperty | Identifies the FillPattern dependency property | |
FontColorProperty | Identifies the FontColor dependency property | |
FontFamilyProperty | Identifies the FontFamily dependency property | |
FontSizeProperty | Identifies the FontSize dependency property | |
FontStrikeoutProperty | Identifies the FontStrikeout dependency property | |
FontStyleProperty | Identifies the FontStyle dependency property | |
FontSuperscriptSubscriptStyleProperty | Identifies the FontSuperscriptSubscriptStyle dependency property | |
FontUnderlineStyleProperty | Identifies the FontUnderlineStyle dependency property | |
FontWeightProperty | Identifies the FontWeight dependency property | |
FormatStringProperty | Identifies the FormatString dependency property | |
HorizontalAlignmentProperty | Identifies the HorizontalAlignment dependency property | |
IndentProperty | Identifies the Indent dependency property | |
LeftBorderColorProperty | Identifies the LeftBorderColor dependency property | |
LeftBorderStyleProperty | Identifies the LeftBorderStyle dependency property | |
LockedProperty | Identifies the Locked dependency property | |
RightBorderColorProperty | Identifies the RightBorderColor dependency property | |
RightBorderStyleProperty | Identifies the RightBorderStyle dependency property | |
RotationProperty | Identifies the Rotation dependency property | |
ShrinkToFitProperty | Identifies the ShrinkToFit dependency property | |
TopBorderColorProperty | Identifies the TopBorderColor dependency property | |
TopBorderStyleProperty | Identifies the TopBorderStyle dependency property | |
VerticalAlignmentProperty | Identifies the VerticalAlignment dependency property | |
WrapTextProperty | Identifies the WrapText dependency property |
Name | Description | |
---|---|---|
BorderColor | Gets or sets the color of the borders around the cells of a field. | |
BorderStyle | Gets or sets the style of all of the borders. Individual border settings take precedence. | |
BottomBorderColor | Gets or sets the bottom border color. | |
BottomBorderStyle | Gets or sets the bottom border style. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
FillPattern | Gets or sets the fill pattern in the cell. | |
FillPatternBackgroundColor | Gets or sets the background color of a field. | |
FillPatternForegroundColor | Gets or sets the foreground color of the cells in a field. | |
FontColor | Gets or sets the color of the font. | |
FontFamily | Gets or sets the font family of the object being exported. | |
FontSize | Gets or sets the size of the font for the object being exported, in device-independent units. | |
FontStrikeout | Gets or sets the value which indicates whether the font is struck out. | |
FontStyle | Gets or sets the style of the font for the object being exported. | |
FontSuperscriptSubscriptStyle | Gets or sets the underline style of the font. | |
FontUnderlineStyle | Gets or sets the underline style of the font. | |
FontWeight | Gets or sets the weight of the font for the object being exported. | |
FormatString | Gets or sets the Excel-style number format string. | |
HorizontalAlignment | Gets or sets the horizontal alignment of the content in a cell. | |
Indent | Gets or sets the indent in units of average character widths. | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
LeftBorderColor | Gets or sets the left border color. | |
LeftBorderStyle | Gets or sets the left border style. | |
Locked | Gets or sets the valid which indicates whether the cell is locked in protected mode. | |
RightBorderColor | Gets or sets the right border color. | |
RightBorderStyle | Gets or sets the right border style. | |
Rotation | Gets or sets the rotation of the cell content in degrees. | |
ShrinkToFit | Gets or sets the value indicating whether the cell content will shrink to fit the cell. | |
TopBorderColor | Gets or sets the top border color. | |
TopBorderStyle | Gets or sets the top border style. | |
VerticalAlignment | Gets or sets the vertical alignment of the content in a cell. | |
WrapText | Gets or sets the value which indicates whether text will wrap in a cell. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. 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) | |
Clone | Returns a copy of the object. | |
CoerceValue | Coerces 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) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnPropertyChanged(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) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |