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