Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellsLayout Class
Fields Properties Methods Events


In This Topic
    NCellsLayout Class Members
    In This Topic

    The following tables list the members exposed by NCellsLayout.

    Protected Fields
     NameDescription
    Protected Field (Inherited from Nevron.Diagram.Layout.NLayout)
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the default placement of the cell content in regards to the X dimension of the cell bounds. By default set to Fit.  
    Public PropertyGets/sets the minimal horizontal spacing between the cells  
    Public PropertyDetermines whether the layout is allowed to use multiple threads for its calculations. If set to true, this will lead to improved perfomance on multi-core processors. (Inherited from Nevron.Diagram.Layout.NLayout)
    Public PropertyGets/sets the name of the layout (Inherited from Nevron.Diagram.Layout.NLayout)
    Public PropertyGets/sets the default placement of the cell content in regards to the Y dimension of the cell bounds. By default set to Fit.  
    Public PropertyGets/sets the minimal vertical spacing between the cells  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this attribute (Inherited from Nevron.Dom.NAttribute)
    Public MethodOverridden. Called when the measurement unit of the measurements stored in the table have changed and all measurements must be converted to the new unit  
    Public Method (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to create any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NAttribute)
    Public MethodGets the desired size of the layout container, assuming that the arranged objects are at their desired size.  
    Public MethodGets the maximal size of the layout container, assuming that the arranged objects are at their maximal size.  
    Public MethodGets the minimal size of the layout container, assuming that the arranged objects are at their minimal size.  
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NAttribute)
    Public MethodOverridden. Applies the layout to the specified objects  
    Public MethodCalled to perform a history action (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state has changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state is about to be changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NAttribute)
    Public MethodOverriden to return the layout name (Inherited from Nevron.Diagram.Layout.NLayout)
    Public Method (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to update the references stored by the object (Inherited from Nevron.Dom.NAttribute)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Appends the provided performance data to the performance info. (Inherited from Nevron.Diagram.Layout.NLayout)
    Protected MethodAppends a separator to the performance info. (Inherited from Nevron.Diagram.Layout.NLayout)
    Protected MethodAppends a new line to the performance info. (Inherited from Nevron.Diagram.Layout.NLayout)
    Protected MethodCommits the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled in the cells creation process to create a cell instance  
    Protected MethodCalled to create a list of the cells, which need to be arranged  
    Protected MethodUnlocks the history service. Pair it with the StartProperty method (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled to get the layout size for the specified cell dimensions  
    Protected MethodCalled to layout the specified cells  
    Protected MethodCalled when this attribute has changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled after the layout of the specified cells  
    Protected MethodCalled before the layout of the specified cells  
    Protected MethodGeneral property changed handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changing handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords an action (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely records a custom operation in the history service to which the attribute is connected (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Records the entire state of the attribute (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed and locks the history service. Pair it with the EndProperty method. (Inherited from Nevron.Dom.NAttribute)
    Protected MethodStarts a new transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled to write the cell bodies in the objects they represent  
    Top
    Public Events
     NameDescription
    Public EventOccurs when cells have been layed out by this layout.  
    Public EventOccurs when cells are about to layed out by this layout.  
    Top
    See Also