Class VirtualGridGeometrySource
Represents meta-data for rendering custom geometry in a given cell.
Inheritance
System.Object
VirtualGridGeometrySource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public abstract class VirtualGridGeometrySource
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
|