'Declaration Public Shared Function GetDropMarkOrientation( _ ByVal obj As DependencyObject _ ) As DropMarkOrientation
'Usage Dim obj As DependencyObject Dim value As DropMarkOrientation value = UIViewBase.GetDropMarkOrientation(obj)
public static DropMarkOrientation GetDropMarkOrientation( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read. By default, DropMarkOrientation.Default.
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.
Return Value
The DropMarkOrientation value for the dependency object.