'Declaration Public Shared Function GetDropMarkPen( _ ByVal obj As DependencyObject _ ) As Pen
'Usage Dim obj As DependencyObject Dim value As Pen value = UIViewBase.GetDropMarkPen(obj)
public static Pen GetDropMarkPen( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read. By default, a null reference (Nothing in Visual Basic).
Return Value
The Pen property value for the dependency object.