Class FillTabContextBase
Represents base for the fill tab context classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class FillTabContextBase : FormatCellsTabContextBase, IFillTabContext, IFormatCellsTabContext
Constructors
FillTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the FillTabContextBase class.
Declaration
protected FillTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
cellStyle
The cell style. |
Properties
Fill
Gets or sets the fill.
Declaration
public IFill Fill { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.IFill
The fill. |