Enum GradientDirection
Defines the gradient direction that can be applied to the GraphicBlock. GradientFill(string, string, string, int)
public enum GradientDirection
Fields
BottomToTop = 1Bottom to Top direction.
LeftToRight = 2Left to Right direction.
RightToLeft = 3Right to Left direction.
TopToBottom = 0Top to Bottom direction.