Interface
IContainerGeneratorItem

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public interface IContainerGeneratorItem

Properties

ArrangeLocation

Gets or sets the arrange location.

Declaration

cs-api-definition
Point ArrangeLocation { get; set; }

Property Value

Point

The arrange location.

Container

Gets or sets the container.

Declaration

cs-api-definition
FrameworkRenderElement Container { get; set; }

Property Value

FrameworkRenderElement

The container.

MeasureSize

Gets or sets the size of the measure.

Declaration

cs-api-definition
Size MeasureSize { get; set; }

Property Value

Size

The size of the measure.

ShouldPrepare

Gets or sets the should prepare.

Declaration

cs-api-definition
bool ShouldPrepare { get; set; }

Property Value

bool

The should prepare.

Methods

Draw(DrawingContext)

Draws the specified drawing context.

Declaration

cs-api-definition
void Draw(DrawingContext drawingContext)

Parameters

drawingContext

DrawingContext

The drawing context.

Prepare()

Prepares this instance.

Declaration

cs-api-definition
void Prepare()