Class FillEffectsDialogContent
Represents the content of the FillEffectsDialog.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FillEffectsDialogContent : FillEffectsDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<FillEffectsDialogContext>, IRadSpreadsheetDialogContent
Constructors
FillEffectsDialogContent()
Initializes a new instance of the FillEffectsDialogContent class.
Declaration
public FillEffectsDialogContent()
Properties
Color1
Gets or sets the first color.
Declaration
public Color Color1 { get; set; }
Property Value
|
System.Drawing.Color
The first color. |
Color2
Gets or sets the second color.
Declaration
public Color Color2 { get; set; }
Property Value
|
System.Drawing.Color
The second color. |
ColorPalette
Gets or sets the color palette.
Declaration
public SpreadsheetColorPalette ColorPalette { get; set; }
Property Value
|
SpreadsheetColorPalette
The color palette. |
GradientType
Gets the type of the gradient.
Declaration
public GradientType GradientType { get; }
Property Value
|
GradientType
The type of the gradient. |
GradientTypes
Gets the gradient types.
Declaration
public GradientType[] GradientTypes { get; }
Property Value
|
GradientType[]
The gradient types. |
IsOKButtonClicked
Gets or sets a value indicating whether the OK button is clicked.
Declaration
public bool IsOKButtonClicked { get; set; }
Property Value
|
System.Boolean
The value indicating whether the OK button is clicked. |
SelectedGradientTypeIndex
Gets or sets the index of the selected gradient type.
Declaration
public int SelectedGradientTypeIndex { get; set; }
Property Value
|
System.Int32
The index of the selected gradient type. |
SelectedShadingStyle
Gets or sets the selected shading style.
Declaration
public ShadingStyle SelectedShadingStyle { get; set; }
Property Value
|
ShadingStyle
The selected shading style. |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
|
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
public void LocalizeStrings()
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
|
System.Windows.Forms.KeyEventArgs
e
|
OnMouseUp(MouseEventArgs)
Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
|
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Input.MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released. |
ShowDialogOverride()
Declaration
protected override void ShowDialogOverride()
Overrides
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|