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