Class VisualCell
Inheritance
System.Object
VisualCell
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class VisualCell : Control, IAutomationPeer, IPeerConverter, IVisualCell, IControl, IFrameworkElement, ITargetElement
Properties
CellCenter
Declaration
public Point CellCenter { get; }
Property Value
System.Drawing.Point
|
Implements
ColumnIndex
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|
Implements
Height
RowIndex
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|
Implements
Width
Methods
Create(Int32, Int32, RadSpreadsheetEditor)
Declaration
public static VisualCell Create(int rowIndex, int columnIndex, RadSpreadsheetEditor radSpreadsheetEditor)
Parameters
System.Int32
rowIndex
|
System.Int32
columnIndex
|
RadSpreadsheetEditor
radSpreadsheetEditor
|
Returns
VisualCell
|
GetGradientFillRadCanvas()
Declaration
public IFrameworkElement GetGradientFillRadCanvas()
Returns
IFrameworkElement
|