Flags that determine the type of brick edge to use, and which mortar style to use.
Visual Basic (Declaration) | |
---|---|
Public Enum BricksTextureCommandBitmapEffectsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 .../> |
Member | Description |
---|---|
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. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Brick edge type | SolidEdges SmoothedInEdges SmoothedOutEdges |
Mortar type | TransparentMortar ColoredMortar |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Effects.SpecialEffects.BricksTextureCommandBitmapEffectsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003