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





Gets or sets the flag to keep the resulting image the same size as the original image or to resize according to the rotation direction specified.

Syntax

Visual Basic (Declaration) 
Public Property Flags As RotateCommandBitmapEffectsFlags
Visual Basic (Usage)Copy Code
Dim instance As RotateCommandBitmapEffect
Dim value As RotateCommandBitmapEffectsFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public RotateCommandBitmapEffectsFlags Flags {get; set;}
C++/CLI 
public:
property RotateCommandBitmapEffectsFlags Flags {
   RotateCommandBitmapEffectsFlags get();
   void set (RotateCommandBitmapEffectsFlags value);
}
XAML Attributes Usage 

<object Flags =RotateCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Flags =RotateCommandBitmapEffectsFlags >

Dependencies Property Information 

Identifier field

FlagsProperty

Metadata properties set to true

None

Return Value

Flag to keep the resulting image the same size as the original image or to resize according to the rotation direction specified.

Example

For XAML example, refer to RotateCommandBitmapEffect.

For C#/VB examples, refer to RotateCommandBitmapEffect.

Remarks

Requirements

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

See Also