AnimationProperty
By Property
|
Specifies a relative offset value for the animation.
Read/write
String
.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string By { get; set; }
Public Property By As String
Get
Set
public:
property String^ By {
String^ get ();
void set (String^ value);
}
member By : string with get, set
Property Value
Type:
String
See Also