In This Topic
The TreeMap control.
Object Model
Syntax
'Declaration
<TemplatePartAttribute()>
<StaticAttribute(Windows.UI.Xaml.Controls.IControlStatics,
65536,
"Windows.Foundation.UniversalApiContract")>
<ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
<MarshalingBehaviorAttribute(MarshalingType.Agile)>
<ComposableAttribute(Windows.UI.Xaml.Controls.IControlFactory,
CompositionType.Protected,
65536,
"Windows.Foundation.UniversalApiContract")>
<ThreadingAttribute(ThreadingModel.Both)>
<WebHostHiddenAttribute()>
Public Class C1TreeMap
Inherits FlexChartBase
[TemplatePart()]
[Static(Windows.UI.Xaml.Controls.IControlStatics,
65536,
"Windows.Foundation.UniversalApiContract")]
[ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
[MarshalingBehavior(MarshalingType.Agile)]
[Composable(Windows.UI.Xaml.Controls.IControlFactory,
CompositionType.Protected,
65536,
"Windows.Foundation.UniversalApiContract")]
[Threading(ThreadingModel.Both)]
[WebHostHidden()]
public class C1TreeMap : FlexChartBase
Inheritance Hierarchy
See Also