NevronOpenVision
Nevron.Nov.UI Namespace / NBoxElement Class


In This Topic
    NBoxElement Class Methods
    In This Topic

    For a list of all members of this type, see NBoxElement members.

    Public Methods
     NameDescription
    Public MethodOverridden. Determines whether hatch transformations can be anchored to this node coordinate system.  
    Public MethodOverridden. Determines whether shadow transformations can be anchored to this node coordinate system.  
    Public MethodOverridden.   
    Public MethodOverridden. Performs the element post children paint.  
    Public MethodOverridden. Performs the element pre children paint.  
    Public MethodOverloaded. Gets the border edge (border area) of the element (in local coordinates)  
    Public MethodGets the border thickness of the element. This implementation returns the computed value of the BorderThickness property.  
    Public MethodOverloaded. Gets the content edge (inner edge) of the element (in local coordinates)  
    Public MethodGets the edge of the focus frame. This implementation returns the middle between the padding and the content edge  
    Public MethodGets the element insets, which is the sum of the margins, padding and border thickness.  
    Public MethodGets the margins of the element. This implementation returns empty margins, since by default Box elements do not have margins.  
    Public MethodGets the measure of the element that is applicable for the current value of visitor.DefaultMeasure property. If it is true, returns DefaultSize, otherwise returns DesiredSize.  
    Public MethodGets the padding of the element. This implementation returns the computed value of the Padding property.  
    Public MethodOverloaded. Gets the padding edge (padding area) of the element (in local coordinates)  
    Public MethodOverridden. Gets the matrix that transforms local to parent coordinates.  
    Public MethodInvalidates the element arrange  
    Public MethodCalled by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange.  
    Public MethodInvalidates the element measure and pools the element for measure validation.  
    Public MethodCalled by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure.  
    Public MethodOverloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system  
    Public MethodOverloaded. Overridden. Transforms a point in parent coordinates to local coordinates  
    Public MethodOverloaded. Shortcut method for setting the Border and the BorderThickness properties.  
    Public MethodTries to get the screen bounds of this element  
    Public MethodCalled to arrange the element  
    Public MethodCalled to validate the element measure  
    Top
    Protected Methods
     NameDescription
    Protected MethodArranges the element content.  
    Internal Method  
    Protected MethodCreates the border wall of the box.  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal MethodOverridden.   
    Protected Internal Method  
    Protected MethodMeasures the desired size of the element content.  
    Internal Method  
    Internal Method  
    Protected MethodPaints the background of the box, which is performed before the custom painting in OnPrePaint.  
    Protected MethodPaints the foreground of the box, which is performed after the custom painting in OnPostPaint.  
    Internal Method  
    Internal Method  
    Internal MethodOverridden.   
    Internal MethodOverridden.   
    Internal Method  
    Top
    See Also