Class FillTabContent
Represents the content of the fill tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FillTabContent : FormatCellsTabContentBase<IFillTabContext>, IFormatCellsTabContent<IFillTabContext>, IFormatCellsTabContent, INotifyPropertyChanged
Constructors
FillTabContent()
Fields
BackgroundColorProperty
Background color dependency property.
Declaration
public static readonly DependencyProperty BackgroundColorProperty
Field Value
System.Windows.DependencyProperty
|
ColorPaletteProperty
Color palette dependency property.
Declaration
public static readonly DependencyProperty ColorPaletteProperty
Field Value
System.Windows.DependencyProperty
|
PatternColorProperty
Pattern color dependency property.
Declaration
public static readonly DependencyProperty PatternColorProperty
Field Value
System.Windows.DependencyProperty
|
PatternTypeProperty
Pattern type dependency property.
Declaration
public static readonly DependencyProperty PatternTypeProperty
Field Value
System.Windows.DependencyProperty
|
StateProperty
State dependency property.
Declaration
public static readonly DependencyProperty StateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BackgroundColor
Gets or sets the color of the background.
Declaration
public Color BackgroundColor { get; set; }
Property Value
System.Windows.Media.Color
The color of the background. |
Color1
Gets or sets the first color.
Declaration
public Color Color1 { get; set; }
Property Value
System.Windows.Media.Color
The first color. |
Color2
Gets or sets the second color.
Declaration
public Color Color2 { get; set; }
Property Value
System.Windows.Media.Color
The second color. |
ColorPalette
Gets or sets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value
SpreadsheetColorPalette
The color palette. |
GradientType
Gets or sets the type of the gradient.
Declaration
public GradientType GradientType { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.GradientType
The type of the gradient. |
PatternColor
Gets or sets the color of the pattern.
Declaration
public Color PatternColor { get; set; }
Property Value
System.Windows.Media.Color
The color of the pattern. |
PatternType
Gets or sets the type of the pattern.
Declaration
public PatternType PatternType { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.PatternType
The type of the pattern. |
PatternTypes
Gets the pattern types.
Declaration
public PatternType[] PatternTypes { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.PatternType[]
The pattern types. |
State
Gets or sets the state.
Declaration
public FillTabState State { get; set; }
Property Value
FillTabState
The state. |
Methods
CopyPropertiesFromContext(IFillTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(IFillTabContext context)
Parameters
IFillTabContext
context
The context. |
Overrides
CopyPropertiesToContext(IFillTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IFillTabContext context)
Parameters
IFillTabContext
context
The context. |
Overrides
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|