Skip to main content

CustomMarker3DModel.Source Property

Gets or sets the source of the CustomMarker3DModel. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string Source { get; set; }

Property Value

Type Description
String

A String value representing the model’s XAML source.

See Also