Version

ImageBackgroundStretchMargins Property (Appearance)

Determines the margins used when drawing an ImageBackground when ImageBackgroundStyle is set to Stretched.
Syntax
'Declaration
 
Public Overrides Property ImageBackgroundStretchMargins As ImageBackgroundStretchMargins
public override ImageBackgroundStretchMargins ImageBackgroundStretchMargins {get; set;}
Remarks

Defines a set of margins for use when drawing a stretched ImageBackground. The area outside the margins will not be stretched. This allows the background image to display a "border" area that does not stretch (and thus does not get degraded) when the image is stretched.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also