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


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

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

    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