Skip to main content
A newer version of this page is available. .

CustomMarker3DModel.Source Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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