Infragistics2.Win.v8.1
ImageBackgroundStretchMargins Class
See Also  Members  
Infragistics.Win Namespace : ImageBackgroundStretchMargins Class

Class that defines margins for drawing an Appearance.ImageBackground when the Appearance.ImageBackgroundStyle is set to Stretched.

Syntax

Visual Basic (Declaration) 
Public Class ImageBackgroundStretchMargins 
C# 
public class ImageBackgroundStretchMargins 

Remarks

This object defines a set of margins for use when drawing a stretched Appearance.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.

See Also