'Declaration Public Shared Function GetImageStretchDirection( _ ByVal obj As DependencyObject _ ) As StretchDirection
'Usage Dim obj As DependencyObject Dim value As StretchDirection value = RegionPresenter.GetImageStretchDirection(obj)
public static StretchDirection GetImageStretchDirection( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
A StretchDirection value indicating how images displayed in the region are scaled. By default, UniformToFill.