FillTabContent
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
Initializes a new instance of the FillTabContent class.
public FillTabContent()
Fields
BackgroundColorProperty
DependencyProperty
Background color dependency property.
public static readonly DependencyProperty BackgroundColorProperty
ColorPaletteProperty
DependencyProperty
Color palette dependency property.
public static readonly DependencyProperty ColorPaletteProperty
PatternColorProperty
DependencyProperty
Pattern color dependency property.
public static readonly DependencyProperty PatternColorProperty
PatternTypeProperty
DependencyProperty
Pattern type dependency property.
public static readonly DependencyProperty PatternTypeProperty
StateProperty
DependencyProperty
State dependency property.
public static readonly DependencyProperty StateProperty
Properties
BackgroundColor
Color
Gets or sets the color of the background.
public Color BackgroundColor { get; set; }
The color of the background.
Color1
Color
Gets or sets the first color.
public Color Color1 { get; set; }
The first color.
Color2
Color
Gets or sets the second color.
public Color Color2 { get; set; }
The second color.
Gets or sets the color palette.
public SpreadsheetColorPalette ColorPalette { get; set; }
The color palette.
GradientType
GradientType
Gets or sets the type of the gradient.
public GradientType GradientType { get; set; }
The type of the gradient.
PatternColor
Color
Gets or sets the color of the pattern.
public Color PatternColor { get; set; }
The color of the pattern.
PatternType
PatternType
Gets or sets the type of the pattern.
public PatternType PatternType { get; set; }
The type of the pattern.
PatternTypes
PatternType[]
Gets the pattern types.
public PatternType[] PatternTypes { get; }
The pattern types.
Gets or sets the state.
public FillTabState State { get; set; }
The state.
Methods
Copies the properties from context.
public override void CopyPropertiesFromContext(IFillTabContext context)
The context.
Overrides:
Copies the properties to context.
public override void CopyPropertiesToContext(IFillTabContext context)
The context.
Overrides:
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: