In This Topic
Used within the template of the
C1RadialMenu control to display radial slider for selecting numeric values.
Object Model
Syntax
'Declaration
<C1ControlAttribute()>
<C1TemplatePartAttribute(Name="PointerPanel", Type=C1.WPF.Menu.C1RadialPanel)>
<TemplatePartAttribute(Name="PointerPanel", Type=C1.WPF.Menu.C1RadialPanel)>
<DefaultEventAttribute("OnItemsChanged")>
<DefaultPropertyAttribute("Items")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<ContentPropertyAttribute("Items")>
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.FrameworkElement)>
<RuntimeNamePropertyAttribute("Name")>
<UsableDuringInitializationAttribute(True)>
<XmlLangPropertyAttribute("Language")>
<UidPropertyAttribute("Uid")>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1RadialSlider
Inherits System.Windows.Controls.ItemsControl
[C1Control()]
[C1TemplatePart(Name="PointerPanel", Type=C1.WPF.Menu.C1RadialPanel)]
[TemplatePart(Name="PointerPanel", Type=C1.WPF.Menu.C1RadialPanel)]
[DefaultEvent("OnItemsChanged")]
[DefaultProperty("Items")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Items")]
[StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.FrameworkElement)]
[RuntimeNameProperty("Name")]
[UsableDuringInitialization(true)]
[XmlLangProperty("Language")]
[UidProperty("Uid")]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1RadialSlider : System.Windows.Controls.ItemsControl
Inheritance Hierarchy
See Also