ShellThumbnailStretch Property |
Gets or sets the
Stretch value for the thumbnail or icon. This is a dependency property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public Stretch Stretch { get; set; }
Public Property Stretch As Stretch
Get
Set
public:
property Stretch Stretch {
Stretch get ();
void set (Stretch value);
}
member Stretch : Stretch with get, set
Property Value
Type:
StretchThe stretch value. Default is
UniformSee Also