LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

ImageStretch Property

Show in webframe





Gets or sets a value that specify how content should be stretched to fill the destination rectangle.
Syntax
public Stretch ImageStretch {get; set;}
'Declaration
 
Public Property ImageStretch As Stretch
'Usage
 
Dim instance As PrinterHelper
Dim value As Stretch
 
instance.ImageStretch = value
 
value = instance.ImageStretch

            

            
public:
property Stretch ImageStretch {
   Stretch get();
   void set (    Stretch value);
}

Property Value

A System.Windows.Media.Stretch enumeration value that specify how content should be stretched to fill the destination rectangle. Default value is Stretch.None.
Remarks

The following properties control how the object being printed is aligned and stretched inside Destination:

Example

For an example, refer to PrinterHelper.

Requirements

Target Platforms

See Also

Reference

PrinterHelper Class
PrinterHelper Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.