LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (BricksTextureCommand)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.