Class AscendingSortPathSource
Represents meta-data for rendering an ascending sort geometry.
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 class AscendingSortPathSource : VirtualGridGeometrySource
Constructors
AscendingSortPathSource()
Declaration
public AscendingSortPathSource()
Properties
Offset
Gets the translation transform offset.
Declaration
public override Point Offset { get; }
Property Value
System.Windows.Point
|
Overrides
Source
Gets the Data that defines this geometry.
Declaration
public override string Source { get; }
Property Value
System.String
|