'Declaration <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class EditorUpDownDefinitionBase (Of TEditor As {New, UpDownBase(Of TType)}, TType) Inherits EditorBoundDefinition
'Usage Dim instance As EditorUpDownDefinitionBase(Of TEditor,TType)
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class EditorUpDownDefinitionBase<TEditor,TType> : EditorBoundDefinition where TEditor: new(), UpDownBase<TType>