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