TimelineMarker.Type Property

Definition

Gets or sets the marker type of a TimelineMarker.

public:
 property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Type();

void Type(winrt::hstring value);
public string Type { get; set; }
var string = timelineMarker.type;
timelineMarker.type = string;
Public Property Type As String

Property Value

String

Platform::String

winrt::hstring

A string that describes the type of this TimelineMarker. The default value is an empty string.

Applies to