Nevron .NET Vision
Nevron.Diagram Namespace / NControlPoint Class / ModelLocation Property


In This Topic
    ModelLocation Property
    In This Topic
    Gets/sets the shape point location in model coordinates of the shape to which it belongs
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Position")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the shape point location in model coordinates of the shape to which it belongs")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property ModelLocation As NPointF
    'Usage
     
    
    Dim instance As NControlPoint
    Dim value As NPointF
     
    instance.ModelLocation = value
     
    value = instance.ModelLocation
    [System.ComponentModel.Category("Position")]
    [System.ComponentModel.Description("Gets/sets the shape point location in model coordinates of the shape to which it belongs")]
    [System.Xml.Serialization.XmlIgnore()]
    public NPointF ModelLocation {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