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

Show in webframe

Flags Property (BricksTextureCommand)








Gets or sets the flags that indicate which type of brick edge to use, and which mortar style to use.
Syntax
public BricksTextureCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As BricksTextureCommandFlags
'Usage
 
Dim instance As BricksTextureCommand
Dim value As BricksTextureCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public BricksTextureCommandFlags Flags {get; set;}

            

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

Property Value

Flags that indicate which type of brick edge to use, and which mortar style to use.
Example
Refer to BricksTextureCommand example.
Requirements

Target Platforms

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

Error processing SSI file