public enum AnnLinearGradientMode
typedef NS_ENUM (NSInteger, LTAnnLinearGradientMode) {
LTAnnLinearGradientModeHorizontal = 0, //Specifies a gradient from left to right.
LTAnnLinearGradientModeVertical = 1, //Specifies a gradient from top to bottom.
LTAnnLinearGradientModeDiagonal = 2, //Specifies a gradient from upper left to lower right.
};
public enum AnnLinearGradientMode
public:
enum class AnnLinearGradientMode sealed
class AnnLinearGradientMode(Enum):
Horizontal = 0
Vertical = 1
Diagonal = 2
Value | Member | Description |
---|---|---|
0 | Horizontal | Specifies a gradient from left to right. |
1 | Vertical | Specifies a gradient from top to bottom. |
2 | Diagonal | Specifies a gradient from upper left to lower right. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document