Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / TrackersAppearance Property


In This Topic
    TrackersAppearance Property
    In This Topic
    Gets/sets the trackers appearance
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the trackers appearance")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property TrackersAppearance As NTrackersAppearance
    'Usage
     
    
    Dim instance As NDrawingView
    Dim value As NTrackersAppearance
     
    instance.TrackersAppearance = value
     
    value = instance.TrackersAppearance
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets/sets the trackers appearance")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public NTrackersAppearance TrackersAppearance {get; set;}
    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