IColorEffectDirection 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)
SyntaxColorDirection Direction { get; set; }
Property Direction As ColorDirection
Get
Set
property ColorDirection Direction {
ColorDirection get ();
void set (ColorDirection value);
}
abstract Direction : ColorDirection with get, set
Property Value
Type:
ColorDirection
See Also