ColorEffectDirection Property |
Specifies which direction to cycle the hue around the color wheel.
Read/write
ColorDirection.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ColorDirection Direction { get; set; }
Public Property Direction As ColorDirection
Get
Set
public:
virtual property ColorDirection Direction {
ColorDirection get () sealed;
void set (ColorDirection value) sealed;
}
abstract Direction : ColorDirection with get, set
override Direction : ColorDirection with get, set
Property Value
Type:
ColorDirectionImplements
IColorEffectDirection
See Also