Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
ResizeType Property
See Also 
Leadtools.Windows.Media.Effects.Core Namespace > ResizeInterpolateCommandBitmapEffect Class : ResizeType Property





Gets or sets the resize algorithm type.

Syntax

Visual Basic (Declaration) 
Public Property ResizeType As ResizeInterpolateCommandBitmapEffectsType
Visual Basic (Usage)Copy Code
Dim instance As ResizeInterpolateCommandBitmapEffect
Dim value As ResizeInterpolateCommandBitmapEffectsType
 
instance.ResizeType = value
 
value = instance.ResizeType
C# 
public ResizeInterpolateCommandBitmapEffectsType ResizeType {get; set;}
XAML Attributes Usage 

<object ResizeType =ResizeInterpolateCommandBitmapEffectsType >

Dependencies Property Information 

Identifier field

ResizeTypeProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object ResizeType =ResizeInterpolateCommandBitmapEffectsType >

Dependencies Property Information 

Identifier field

ResizeTypeProperty

Metadata properties set to true

None

Return Value

Value that represents the algorithm type used in resizing the image. For possible values refer to ResizeInterpolateCommandBitmapEffectsType.

Example

For XAML example, refer to ResizeInterpolateCommandBitmapEffect.

For C#/VB examples, refer to ResizeInterpolateCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also