Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingSettings Class
Properties Methods


In This Topic
    NDrawingSettings Class Members
    In This Topic

    The following tables list the members exposed by NDrawingSettings.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyControls the default export bounds padding, which you can use to inflate the export bounds from the image export visual interface  
    Public PropertyControls the allowed drag drop effects  
    Public PropertyControls the resize height step (in pixels)  
    Public PropertyControls the horizontal spacing step  
    Public PropertyControls the maximum zoom factor  
    Public PropertyControls the oriented distance from the line formed by the point neighbours, below which the point is considered colinear and must be merged (removed)  
    Public PropertyControls the minimum zoom factor  
    Public PropertyControls the nudge step in the bottom direction  
    Public PropertyControls the nudge step in the left direction (in pixels)  
    Public PropertyControls the nudge step in the right direction (in pixels)  
    Public PropertyControls the nudge step in the top direction (in pixels)  
    Public PropertyControls the page settings of the document  
    Public PropertyControls the X offset of pasted content. Valid only if the PastePositionMode is set OffsetInSameDocument  
    Public PropertyControls the Y offset of pasted content. Valid only if the PastePositionMode is set to OffsetInSameDocument  
    Public PropertyControls the way pasted content is positioned in the document  
    Public PropertyControls the rotation step (for commands like RotateLeft and RotateRight)  
    Public PropertyControls the vertical spacing step  
    Public PropertyControls the resize width step (in pixels)  
    Public PropertyControls the zoom step (in ZoomIn and ZoomOut commands)  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates an identical copy of this object  
    Public MethodCalled when the measurement unit of the measurements stored in this attribute 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 MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NAttribute)
    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 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 MethodCommits the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodUnlocks the history service. Pair it with the StartProperty method (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled when this attribute has changed (Inherited from Nevron.Dom.NAttribute)
    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)
    Top
    See Also