Nevron .NET Vision
Nevron.UI Namespace / NBoundableElement Class
Properties Methods Events


In This Topic
    NBoundableElement Class Members
    In This Topic

    The following tables list the members exposed by NBoundableElement.

    Public Properties
     NameDescription
    Public PropertyGets/sets a value whether the element will autosize its bounds to fit the preffered size.  
    Public PropertyGets/sets the maximum allowed size for this instance. If set to Size.Empty (the default one) this value will not be considered.  
    Public PropertyGets/sets the minimum allowed size for this instance. If set to Size.Empty (the default one) this value will not be considered.  
    Public PropertyGets/sets a value whether this node will bubble its property changed event up in the parent chain. (Inherited from Nevron.UI.NUINode)
    Public PropertyGets/sets a value whether this node will bubble its property changing event up in the parent chain. (Inherited from Nevron.UI.NUINode)
    Top
    Protected Properties
     NameDescription
    Protected Property  
    Protected PropertyGets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Nevron.UI.NUINode)
    Public MethodBubbles the PropertyChanged notification up in the parent tree. (Inherited from Nevron.UI.NUINode)
    Public MethodBubbles the PropertyChanging notification up in the parent tree. (Inherited from Nevron.UI.NUINode)
    Public MethodDetermines whether the node can raise the specified event. (Inherited from Nevron.UI.NUINode)
    Public MethodClears all the custom properties. (Inherited from Nevron.UI.NUINode)
    Public MethodRemove previously set custom property. (Inherited from Nevron.UI.NUINode)
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public MethodCreates an exact copy of the current instance. (Inherited from Nevron.UI.NUIFrameworkElement)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodDetermines whether an entry with the specified key exists in the node's property storage. (Inherited from Nevron.UI.NUINode)
    Public MethodOverloaded. Converts the specified bounds to the desired coordinate system.  
    Public MethodOverloaded. Converts the specified location to the desired coordinate system.  
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public MethodDetermines whether there is a suspended parent up in the node chain. (Inherited from Nevron.UI.NUINode)
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodGets previously set custom property using the specified key. (Inherited from Nevron.UI.NUINode)
    Public MethodGets the preffered size of this boundable element using the specified available size.  
    Public MethodGets the current value of the specified property. (Inherited from Nevron.UI.NUINode)
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodOverridden.   
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodForces the element to autosize itself.  
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodOverloaded. Resumes the node from a previous call to the Suspend method. (Inherited from Nevron.UI.NUINode)
    Public Method (Inherited from Nevron.UI.NUINode)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.UI.NUIFrameworkElement)
    Public MethodOverloaded. Sets the bounds of the current INBoundable instance.  
    Public MethodGets/sets a custom property associated with this node. (Inherited from Nevron.UI.NUINode)
    Public MethodGenerally suspends the node. For different instances this will have different meaning. (Inherited from Nevron.UI.NUINode)
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Public Method  
    Public Method  
    Public Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method  
    Protected Method  
    Protected MethodOverridden.   
    Protected Method  
    Protected Method  
    Protected Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method (Inherited from Nevron.UI.NDefaultInitializableObject)
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected MethodFires the PropertyChanged event. The method bubbles up the change and allows any parent to perform additional update. (Inherited from Nevron.UI.NUINode)
    Protected MethodFires the PropertyChanging event. The method first bubbles up the change allowing any parent to prevent it. (Inherited from Nevron.UI.NUINode)
    Protected Method  
    Protected MethodOverloaded.  (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected Method (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected MethodProcesses a tick of a timer. The instance must have a started timer from the NTimerManager. (Inherited from Nevron.UI.NUIFrameworkElement)
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected MethodAn instance-dependent method which allows an update after a Resume method call. (Inherited from Nevron.UI.NUINode)
    Top
    Public Events
     NameDescription
    Public EventFired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject)
    Public EventFired when a command's property has changed. (Inherited from Nevron.UI.NUINode)
    Public EventFired when a command's property is about to be changed. Cancelable. (Inherited from Nevron.UI.NUINode)
    Top
    See Also