Class FillTabContent
Represents the content of the fill tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FillTabContent : FormatCellsTabContentBase<IFillTabContext>, IFormatCellsTabContent<IFillTabContext>, IFormatCellsTabContent, INotifyPropertyChanged
Constructors
FillTabContent()
Properties
BackgroundColor
Gets or sets the color of the background.
Declaration
public Color BackgroundColor { get; set; }
Property Value
System.Drawing.Color
The color of the background. |
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 or sets the type of the gradient.
Declaration
public GradientType GradientType { get; set; }
Property Value
GradientType
The type of the gradient. |
PatternColor
Gets or sets the color of the pattern.
Declaration
public Color PatternColor { get; set; }
Property Value
System.Drawing.Color
The color of the pattern. |
PatternType
Gets or sets the type of the pattern.
Declaration
public PatternType PatternType { get; set; }
Property Value
PatternType
The type of the pattern. |
PatternTypes
Gets the pattern types.
Declaration
public PatternType[] PatternTypes { get; }
Property Value
PatternType[]
The pattern types. |
State
Gets or sets the state.
Declaration
public FillTabState State { get; set; }
Property Value
FillTabState
The state. |
Methods
CopyPropertiesFromContext(IFillTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(IFillTabContext context)
Parameters
IFillTabContext
context
The context. |
Overrides
CopyPropertiesToContext(IFillTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IFillTabContext context)
Parameters
IFillTabContext
context
The context. |
Overrides
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. |
LocalizeStrings()
Declaration
public void LocalizeStrings()
ReplaceTextBoxWithPattern()
Declaration
public void ReplaceTextBoxWithPattern()
UpdatePreviePanel()
Declaration
public void UpdatePreviePanel()
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|