Interface IVisualCell
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IVisualCell : IControl, IFrameworkElement, ITargetElement
Properties
CellCenter
Declaration
Point CellCenter { get; }
Property Value
System.Drawing.Point
|
ColumnIndex
Declaration
int ColumnIndex { get; }
Property Value
System.Int32
|
Height
Declaration
int Height { get; }
Property Value
System.Int32
|
RowIndex
Declaration
int RowIndex { get; }
Property Value
System.Int32
|
Width
Declaration
int Width { get; }
Property Value
System.Int32
|
Methods
GetGradientFillRadCanvas()
GetValueTextBlock()
IsActive()
Declaration
bool IsActive()
Returns
System.Boolean
|
IsSelected()
Declaration
bool IsSelected()
Returns
System.Boolean
|