public final class LinearGradientMode
extends com.aspose.ms.System.Enum
Specifies the direction of a linear gradient.
| Modifier and Type | Field and Description |
|---|---|
static int |
BackwardDiagonal
Specifies a gradient from upper right to lower left.
|
static int |
ForwardDiagonal
Specifies a gradient from upper left to lower right.
|
static int |
Horizontal
Specifies a gradient from left to right.
|
static int |
Vertical
Specifies a gradient from top to bottom.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Horizontal
Specifies a gradient from left to right.
public static final int Vertical
Specifies a gradient from top to bottom.
public static final int ForwardDiagonal
Specifies a gradient from upper left to lower right.
public static final int BackwardDiagonal
Specifies a gradient from upper right to lower left.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.