Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NHorizontalRuler Class
Fields Properties Methods


In This Topic
    NHorizontalRuler Class Members
    In This Topic

    The following tables list the members exposed by NHorizontalRuler.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public FieldSpecifies the default font name with which the rulers are initialized (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public FieldSpecifies the default font size with which the rulers are initialized (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public FieldDeletate for formatting the text values of the ruler. When assigned the ruler will call the delegate instead of using the default TextFormat. (Inherited from Nevron.Diagram.WinForm.NRuler)
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies whether the measurement unit of the view component must be automatically sychronized with the document measurement unit (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public PropertyControls the ruler back color (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertySpecifies the major ticks step when the MajorTicksStepMode is set to Fixed (in ruler measurement units) (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the ruler frame color (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the color of the coordinate highlight tick (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the color of the range highlight filling (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the color of the major ticks (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the mode in which the major ticks step is determined (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyGets/sets the measurement unit of the node (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public PropertyGets/sets a custom scale factor to be applied to the ruler measurement unit. (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public PropertyContorls the color of the minor ticks (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the count of minor ticks between two major ones (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the length of the minor ticks (in pixels) (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyContorls the ruler origin (in ruler measurement unit) (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the padding of the ruler (in pixels) (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the size of the ruler (in pixels) (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyContorls the color of the ruler texts (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyGets/sets the font style of the ruler texts (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the ruler texts format string. Not taken into account when the FormatValueDelegate is assigned. (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public PropertyControls the visibility of the ruler (Inherited from Nevron.Diagram.WinForm.NRuler)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Determines whether the ruler can be painted in the specified context  
    Public MethodOverridden. Clamps the specified coordinate to the ruler paint area  
    Public MethodCreates an identical copy of this instance (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public MethodComputes an automatic step for the specified step mode (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public MethodOverloaded. Converts component units to view units (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public MethodOverridden. Called when the measurement unit of the measurements stored in this node have changed and all measurements must be converted to the new unit  
    Public MethodOverloaded. Converts a view units to component units (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public Method (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public Method (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public MethodEnds a highlights update session (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public Method (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public MethodReturns the tick step which is actually used by the ruler (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public MethodHighlights the specified coordinate (in pixels) (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public MethodHighlights the specified range (in pixels) (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public MethodInvalidates the ruler (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public MethodOverridden. Directly invalidates only the area of the currently highlighted coordinate  
    Public MethodOverridden. Directly invalidates only the area of the currently highlighted range  
    Public MethodOverridden. Determines whether the specified coordinate is inside the ruler paint area  
    Public MethodOverridden. Paints the ruler in the specified context  
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public MethodTries to snap the specified X coordinate  
    Public MethodStarts a highlights update session (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public MethodCalled when the document measurement unit has changed in order to synchronize the local measurement unit of the view component (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Public Method (Inherited from Nevron.Diagram.WinForm.NRuler)
    Public MethodBinds the object to its parent object (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Top
    Protected Methods
     NameDescription
    Protected MethodMeasures the specified X style length in pixels (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Protected MethodMeasures the specified Y style length in pixels (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Protected MethodSafely pauses the event sink service (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Protected MethodSafely resumes the event sink service (Inherited from Nevron.Diagram.WinForm.NViewComponent)
    Top
    See Also