NevronOpenVision
Nevron.Nov.UI Namespace / NBoxElement Class


In This Topic
    NBoxElement Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets the background.  
    Public PropertyGets or sets the border.  
    Public PropertyGets or sets the thickness of the box border sides.  
    Public PropertyGets the bounds of the box (in parent coordinates).  
    Public PropertyGets the default height of the element. (in parent coordinates) Automatically updated by Nevron.  
    Public PropertyA shortcut property that gets the default size of the element (DefaultWidth and DefaultHeight). Automatically updated by Nevron.  
    Public PropertyGets the default width of the element (in parent coordinates). Automatically updated by Nevron.  
    Public PropertyGets the desired height of the element. (in parent coordinates) Automatically updated by Nevron.  
    Public PropertyA shortcut property that gets the desired size of the element (DesiredWidth and DesiredHeight). Automatically updated by Nevron.  
    Public PropertyGets the desired width of the element (in parent coordinates). Automatically updated by Nevron.  
    Public PropertyGets or sets the focus decorator.  
    Public PropertyGets or sets the font style.  
    Public PropertyGets the Height of the element (in local coordinates) Automatically updated by Nevron.  
    Public PropertyGets whether the arrange of the element is valid.  
    Public PropertyGets whether the measure of the element is valid  
    Public PropertyGets whether the element is pooled for arrange validation.  
    Public PropertyGets whether the element is pooled for measure validation.  
    Public PropertyGets or sets the location of the box (X,Y) coordinates of left-top corner  
    Public PropertyGets or sets the max height of the element  
    Public PropertyGets or sets the max size of the element  
    Public PropertyGets or sets the max width of the element  
    Public PropertyGets or sets the minimal height of the element. The box default and desired height is always greater than or equal to this value, except in the case when the element is collapsed. By default set to 0.  
    Public PropertyA shortcut property that gets/sets the minimal size of the element (MinWidth and MinHeight).  
    Public PropertyGets or sets the minimal width of the element. The box default and desired width is always greater than or equal to this value, except in the case when the element is collapsed. By default set to 0.  
    Public PropertyGets or sets the padding applied to the box content.  
    Public PropertyGets or sets the suggested height of the element. If the value of this property is NaN the default height and desired height of the box are automatically computed. Otherwise both the default height and the desired height are equal to this value. By default set to NaN.  
    Public PropertyA shortcut property that gets/sets the preferred size of the element (PreferredWidth and PreferredHeight).  
    Public PropertyGets or sets the suggested width of the element. If the value of this property is NaN the default width and desired width of the box are automatically computed. Otherwise both the default width and the desired width are equal to this value. By default set to NaN.  
    Public PropertyGets or set the size of the box (Width, Height) (in local coordinates). Automatically updated by Nevron.  
    Public PropertyGets or sets the text fill.  
    Public PropertyGets the Width of the box (in local coordinates) Automatically updated by Nevron.  
    Public PropertyGets or sets the X coordinate of the element box left-top corner in respect to the parent coordinate system.  
    Public PropertyGets or sets the Y coordinate of the element box left-top corner in respect to the parent coordinate system.  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    See Also