Visual Basic (Declaration) | |
---|---|
Public Enum PaintSizeMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum PaintSizeMode : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum PaintSizeMode : public Enum |
C++/CLI | |
---|---|
public enum class PaintSizeMode : public Enum |
XAML Attributes Usage | |
---|---|
<object SizeMode=Leadtools.Windows.Controls.PaintSizeMode .../> |
Member | Description |
---|---|
Normal | Normal, no sizing |
Fit | Fit the image into the destination rectangle while maintaining the aspect ratio. If the image size is smaller than the destination rectangle, do not perform resizing. |
FitAlways | Always fit the image into the destination rectangle while maintaining the aspect ratio even if the image size is smaller than the destination rectangle. |
FitWidth | Fit the image width to be the size of the width of the destination rectangle while maintaining the aspect ratio. |
Stretch | Fit the image to fill the destination rectangle. Aspect ratio might not be maintained. |
Used in the MeasureOverride method to
determine how to fit the image in the destination rectangle which is the availableSize parameter in the MeasureOverride method.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.PaintSizeMode
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family