A LinearGradientMode enumeration element that specifies the orientation of the gradient.
public virtual LinearGradientMode LinearGradientMode { get; set; }
Public Overridable Property LinearGradientMode As LinearGradientMode
public:
virtual property LinearGradientMode LinearGradientMode {
LinearGradientMode get();
void set ( LinearGradientMode );
}
A LinearGradientMode enumeration element that specifies the orientation of the gradient.
The orientation determines the starting and ending points of the gradient. For example, LinearGradientMode.ForwardDiagonal specifies that the starting point is the upper-left corner of the rectangle and the ending point is the lower-right corner of the rectangle.
For an example, refer to AnnLinearGradientBrush.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET