Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property RotateCommandBitmapEffectsFlags get_Flags();
public: __property void set_Flags( 
   RotateCommandBitmapEffectsFlags value
);
C++/CLI 
public:
property RotateCommandBitmapEffectsFlags Flags {
   RotateCommandBitmapEffectsFlags get();
   void set (RotateCommandBitmapEffectsFlags value);
}
XAML Attributes Usage 

<object Flags =RotateCommandBitmapEffectsFlags >

Dependency 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, and Windows Server 2003

See Also