New to Telerik UI for WPFStart a free 30-day trial

Represents meta-data for rendering custom geometry in a given cell.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

C#
public abstract class VirtualGridGeometrySource

Inheritance: objectVirtualGridGeometrySource

Derived Classes: AscendingSortPathSourceDescendingSortPathSourceFilterPathSource

Constructors

C#
protected VirtualGridGeometrySource()

Properties

Offset

Point

Gets the translation transform offset.

C#
public abstract Point Offset { get; }

Gets the Data that defines this geometry.

C#
public abstract string Source { get; }