Skip to main content
All docs
V23.2

SunburstControl.SetSunburst(DependencyObject, SunburstControl) Method

Set the value of the SunburstControl.Sunburst attached property to a specified SunburstControl.

Namespace: DevExpress.Xpf.TreeMap

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

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

[Browsable(false)]
public static void SetSunburst(
    DependencyObject obj,
    SunburstControl value
)

Parameters

Name Type
obj DependencyObject
value SunburstControl
See Also