Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NVerticalRuler Class
Members


In This Topic
    NVerticalRuler Class
    In This Topic
    The NVerticalRuler class represents the vertical ruler of the view
    Object Model
    NVerticalRuler Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.ComponentModel.EditorAttribute(Nevron.Internal.KlfE, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Class NVerticalRuler 
       Inherits NRuler
       Implements Nevron.Diagram.INInvalidatable, Nevron.Diagram.INMeasurements, Nevron.Diagram.INMeasurementUnit, Nevron.Diagram.INPaintable, Nevron.Diagram.INVisible, Nevron.Diagram.INYCoordinateSnapper, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NVerticalRuler
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.ComponentModel.Editor(Nevron.Internal.KlfE, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public class NVerticalRuler : NRuler, Nevron.Diagram.INInvalidatable, Nevron.Diagram.INMeasurements, Nevron.Diagram.INMeasurementUnit, Nevron.Diagram.INPaintable, Nevron.Diagram.INVisible, Nevron.Diagram.INYCoordinateSnapper, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    It implements the INYCoordinateSnapper interface in order to participate in the snapping of Y coordinates.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.WinForm.NViewComponent
          Nevron.Diagram.WinForm.NRuler
             Nevron.Diagram.WinForm.NVerticalRuler

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also