Class VirtualGridGeometrySource
Represents meta-data for rendering custom geometry in a given cell.
Inheritance
System.Object
VirtualGridGeometrySource
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public abstract class VirtualGridGeometrySource : Object
Constructors
VirtualGridGeometrySource()
Declaration
protected VirtualGridGeometrySource()
Properties
Offset
Gets the translation transform offset.
Declaration
public abstract Point Offset { get; }
Property Value
System.Windows.Point
|
Source
Gets the Data that defines this geometry.
Declaration
public abstract string Source { get; }
Property Value
System.String
|