Nevron .NET Vision
Nevron.Chart Namespace / NGaugeModelAnchor Class / ModelPoint Property


In This Topic
    ModelPoint Property (NGaugeModelAnchor)
    In This Topic
    Gets/sets the model point to which this anchor is attached
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NPointTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property ModelPoint As NPointL
    'Usage
     
    
    Dim instance As NGaugeModelAnchor
    Dim value As NPointL
     
    instance.ModelPoint = value
     
    value = instance.ModelPoint
    [System.ComponentModel.Editor(Nevron.Editors.NPointTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NPointL ModelPoint {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