TimingValueBuilder.AddSyncbase
TimingValueBuilder.AddSyncbase method
Adds a syncbase timing value, which synchronizes with another element’s timing.
public TimingValueBuilder AddSyncbase(string id, string timing, TimeSpan? offset = default)
Parameter | Type | Description |
---|---|---|
id | String | The ID of the element to synchronize with. |
timing | String | The timing attribute to synchronize to (e.g., “start”, “end”). |
offset | Nullable`1 | Optional offset from the syncbase timing. |
Return Value
The current TimingValueBuilder instance for chaining.
See Also
- class TimingValueBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG