Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Flags Property (CubismCommand)








Gets or sets flags that indicate the background color, cube shape and cube orientation.
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;}
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
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

See Also

Reference

CubismCommand Class
CubismCommand Members

Error processing SSI file