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

Show in webframe

Flags Property (TunnelCommand)








Gets or sets flags that indicate the background color and which image dimension extends along the Z-axis.
Syntax
public TunnelCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As TunnelCommandFlags
'Usage
 
Dim instance As TunnelCommand
Dim value As TunnelCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public TunnelCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property TunnelCommandFlags Flags {
   TunnelCommandFlags get();
   void set (    TunnelCommandFlags value);
}

Property Value

Flags that indicate the background color and which image dimension extends along the Z-axis.
Example
Refer to TunnelCommand.
Requirements

Target Platforms

See Also

Reference

TunnelCommand Class
TunnelCommand Members

Error processing SSI file