Name

Timeline.Name property

Restituisce o imposta il nome della linea temporale specificata

public string Name { get; set; }

Esempi


[C#]

//Imposta il nome della linea temporale specificata.
timelineObj.Name = "timeline name test";

Guarda anche