Class FillEffectsDialogContext
Represents context for the FillEffects dialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class FillEffectsDialogContext : RadSpreadsheetDialogContext
Constructors
FillEffectsDialogContext(GradientFill, SpreadsheetColorPalette)
Initializes a new instance of the Fill
Declaration
public FillEffectsDialogContext(GradientFill gradientFill, SpreadsheetColorPalette colorPalette)
Parameters
Telerik. The gradient fill. |
Spreadsheet The color palette. |
Properties
ColorPalette
Gets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; }
Property Value
Spreadsheet The color palette. |
Fill
Gets or sets the fill.
Declaration
public GradientFill Fill { get; set; }
Property Value
Telerik. The fill. |