←Select platform

AnnLinearGradientMode Enumeration

Summary
Specifies the direction of a linear gradient.
Syntax
C#
Objective-C
C++/CLI
Java
Python
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 
Members
ValueMemberDescription
0Horizontal Specifies a gradient from left to right.
1Vertical Specifies a gradient from top to bottom.
2Diagonal Specifies a gradient from upper left to lower right.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.