Class FilterPathSource
Represents a GeometrySource for the filter funnel 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 FilterPathSource : VirtualGridGeometrySource
Constructors
FilterPathSource()
Declaration
public FilterPathSource()
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
|