Table of Contents

Enum GradientDirection

Namespace
Sage.CRM.Graphics
Assembly
SageCRMNet.dll

Defines the gradient direction that can be applied to the GraphicBlock. GradientFill(string, string, string, int)

public enum GradientDirection

Fields

BottomToTop = 1

Bottom to Top direction.

LeftToRight = 2

Left to Right direction.

RightToLeft = 3

Right to Left direction.

TopToBottom = 0

Top to Bottom direction.