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


In This Topic
    NRuler Class
    In This Topic
    The NRuler abstract class is a a view component, which is used as base class for horizontal and vertical rulers
    Object Model
    NRuler Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.ComponentModel.EditorAttribute(Nevron.Internal.lEEE, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public MustInherit Class NRuler 
       Inherits NViewComponent
       Implements Nevron.Diagram.INInvalidatable, Nevron.Diagram.INMeasurements, Nevron.Diagram.INMeasurementUnit, Nevron.Diagram.INPaintable, Nevron.Diagram.INVisible, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NRuler
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.ComponentModel.Editor(Nevron.Internal.lEEE, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public abstract class NRuler : NViewComponent, Nevron.Diagram.INInvalidatable, Nevron.Diagram.INMeasurements, Nevron.Diagram.INMeasurementUnit, Nevron.Diagram.INPaintable, Nevron.Diagram.INVisible, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.WinForm.NViewComponent
          Nevron.Diagram.WinForm.NRuler
             Nevron.Diagram.WinForm.NHorizontalRuler
             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