Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
BricksTextureCommandBitmapEffectsFlags Enumeration
See Also  
Leadtools.Windows.Media.Effects.SpecialEffects Namespace : BricksTextureCommandBitmapEffectsFlags Enumeration





Flags that determine the type of brick edge to use, and which mortar style to use.

Syntax

Visual Basic (Declaration) 
Public Enum BricksTextureCommandBitmapEffectsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BricksTextureCommandBitmapEffectsFlags
C# 
public enum BricksTextureCommandBitmapEffectsFlags : Enum 
Managed Extensions for C++ 
__value public enum BricksTextureCommandBitmapEffectsFlags : public Enum 
C++/CLI 
public enum class BricksTextureCommandBitmapEffectsFlags : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

Members

MemberDescription
None No flags.
SolidEdges Solid edges.
SmoothedOutEdges Edges faded from out to in.
SmoothedInEdges Edges faded from in to out.
TransparentMortar Transparent Mortars.
ColoredMortar Use solid color BricksTextureCommandBitmapEffect.MortarColor to draw the Mortar.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Brick edge typeSolidEdges SmoothedInEdges SmoothedOutEdges
Mortar typeTransparentMortar ColoredMortar

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.SpecialEffects.BricksTextureCommandBitmapEffectsFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also