Interface IContainerGeneratorItem
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public interface IContainerGeneratorItem
Properties
ArrangeLocation
Gets or sets the arrange location.
Declaration
Point ArrangeLocation { get; set; }
Property Value
System.Windows.Point
The arrange location. |
Container
Gets or sets the container.
Declaration
FrameworkRenderElement Container { get; set; }
Property Value
FrameworkRenderElement
The container. |
MeasureSize
Gets or sets the size of the measure.
Declaration
Size MeasureSize { get; set; }
Property Value
System.Windows.Size
The size of the measure. |
ShouldPrepare
Gets or sets the should prepare.
Declaration
bool ShouldPrepare { get; set; }
Property Value
System.Boolean
The should prepare. |
Methods
Draw(DrawingContext)
Draws the specified drawing context.
Declaration
void Draw(DrawingContext drawingContext)
Parameters
System.Windows.Media.DrawingContext
drawingContext
The drawing context. |
Prepare()
Prepares this instance.
Declaration
void Prepare()