'Declaration Public Property DefaultDropMarkOrientation As DropMarkOrientation
'Usage Dim instance As UIViewBase Dim value As DropMarkOrientation instance.DefaultDropMarkOrientation = value value = instance.DefaultDropMarkOrientation
public DropMarkOrientation DefaultDropMarkOrientation {get; set;}
Property Value
A DropMarkOrientation value indicating the default orientation of the drop-mark. The DefaultDropMarkOrientation will be used in the case where the value of the DropMarkOrientation attached property is a null reference (Nothing in Visual Basic). By default, DropMarkOrientation.Vertical.
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. |