Enum LottieAnimationView.VectorProperty

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

Vector Property

C#
Copy
public enum VectorProperty : int
Name Description
FillColor

Fill color of the object, Type of Vector3

FillOpacity

Fill opacity of the object, Type of float

StrokeColor

Stroke color of the object, Type of Vector3

StrokeOpacity

Stroke opacity of the object, Type of float

StrokeWidth

Stroke width of the object, Type of float

TransformAnchor

Transform anchor of the Layer and Group object, Type of Vector2

TransformOpacity

Transform opacity of the Layer and Group object, Type of float

TransformPosition

Transform position of the Layer and Group object, Type of Vector2

TransformRotation

Transform rotation of the Layer and Group object, Type of float, Value range of [0..360] in degrees

TransformScale

Transform scale of the Layer and Group object, Type of Vector2, Value range of [0..100]

Extension Methods