Class FillEffectsDialogContext
Represents context for the FillEffects dialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FillEffectsDialogContext : RadSpreadsheetDialogContext
Constructors
FillEffectsDialogContext(GradientFill, SpreadsheetColorPalette, RadSpreadsheetElement)
Initializes a new instance of the FillEffectsDialogContext class.
Declaration
public FillEffectsDialogContext(GradientFill gradientFill, SpreadsheetColorPalette colorPalette, RadSpreadsheetElement element)
Parameters
GradientFill
gradientFill
The gradient fill. |
SpreadsheetColorPalette
colorPalette
The color palette. |
RadSpreadsheetElement element |
Properties
ColorPalette
Gets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; }
Property Value
SpreadsheetColorPalette
The color palette. |
Fill
Gets or sets the fill.
Declaration
public GradientFill Fill { get; set; }
Property Value
GradientFill
The fill. |