New to Telerik UI for WPFStart a free 30-day trial

Represents context for the FillEffects dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class FillEffectsDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextFillEffectsDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the FillEffectsDialogContext class.

C#
public FillEffectsDialogContext(GradientFill gradientFill, SpreadsheetColorPalette colorPalette)
Parameters:gradientFillGradientFill

The gradient fill.

colorPaletteSpreadsheetColorPalette

The color palette.

Properties

Gets the color palette.

C#
public SpreadsheetColorPalette ColorPalette { get; }
Property Value:

The color palette.

Fill

GradientFill

Gets or sets the fill.

C#
public GradientFill Fill { get; set; }
Property Value:

The fill.