Indicates which border to remove
Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BorderRemoveBorderFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BorderRemoveBorderFlags |
C# | |
---|---|
[FlagsAttribute()] public enum BorderRemoveBorderFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BorderRemoveBorderFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
All | Remove all borders. |
Bottom | Remove the bottom border. |
Left | Remove the left border. |
None | No flags. |
Right | Remove the right border. |
Top | Remove the top border. |
You can use a bitwise OR (|) to specify one or more flags.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.BorderRemoveBorderFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)