'Declaration Public Shared Sub SetDropMarkOrientation( _ ByVal obj As DependencyObject, _ ByVal value As DropMarkOrientation _ )
'Usage Dim obj As DependencyObject Dim value As DropMarkOrientation UIViewBase.SetDropMarkOrientation(obj, value)
public static void SetDropMarkOrientation( DependencyObject obj, DropMarkOrientation value )
Parameters
- obj
The dependency object to which the attached property is written.
Member Description Default The orientation of the drop-mark will be the default orientation depending on a grid's view. Vertical The drop-mark will have a vertical orientation. Horizontal The drop-mark will have a horizontal orientation. - value
- The needed DropMarkOrientation value.