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


In This Topic
    NTrackersAppearance Class
    In This Topic
    An instance of the NTrackersAppearance class is used to control the appearance of the trackers displayed by every view
    Object Model
    NTrackersAppearance Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Internal.UlfE, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.SerializableAttribute()>
    Public Class NTrackersAppearance 
       Inherits Nevron.Dom.NAttribute
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INAttributeContainer, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NTrackersAppearance
    [System.ComponentModel.Editor(Nevron.Internal.UlfE, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.Serializable()]
    public class NTrackersAppearance : Nevron.Dom.NAttribute, Nevron.Dom.INAttribute, Nevron.Dom.INAttributeContainer, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    An instance of this class can be obtained from the TrackersAppearance property of the NDrawingView class.
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.Diagram.WinForm.NTrackersAppearance

    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