Specifies the background style for feather effect
public: enum FeatherBackgroundStyle {
UseColor = 0,
UseBrush = 1,
UseBitmap
};public enum FeatherBackgroundStyle {
UseColor = 0,
UseBrush = 1,
UseBitmap
}Public Enum FeatherBackgroundStyle UseColor = 0, UseBrush = 1, UseBitmap End Enum
|
Members |
Description |
|
UseColor |
Specifies to use color as background |
|
UseBrush |
Specifies to use a customized brush to draw the background |
|
UseBitmap |
Specifies to use a tile bitmap as background |
Enum.cs
|
Send comments about this topic.
|
|
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.
|