LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Flags Property (CubismCommand)






Gets or sets flags that indicate the background color, cube shape and cube orientation. .NET support WinRT support
Syntax
public CubismCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As CubismCommandFlags
'Usage
 
Dim instance As CubismCommand
Dim value As CubismCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public CubismCommandFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property CubismCommandFlags Flags {
   CubismCommandFlags get();
   void set (    CubismCommandFlags value);
}

Property Value

Flags that indicate the background color, cube shape and cube orientation. You can use a bit wise OR (|) to specify one flag from each group.
Example
Refer to CubismCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CubismCommand Class
CubismCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.