Interface IFillTabContext
Defines members for the fill tab context classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IFillTabContext : IFormatCellsTabContext
Properties
Fill
Gets or sets the fill.
Declaration
IFill Fill { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.IFill
The fill. |