'Declaration Public Shared Sub SetIsLastItem( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean ViewBase.SetIsLastItem(obj, value)
public static void SetIsLastItem( DependencyObject obj, bool value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- true if the item is the last item in a grid; false otherwise.