Nevron .NET Vision
Nevron.SmartShapes Namespace / NShapeSheet Class / EndPoint Property


In This Topic
    EndPoint Property (NShapeSheet)
    In This Topic
    Gets/sets the location of the shape sheet end point (expressed in parent coordinates). Applicable only if the HasEndPointsSection property is set to true.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("End points")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the location of the shape sheet end point (expressed in parent coordinates). Applicable only if the HasEndPointsSection proprety is set to true.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property EndPoint As NPointF
    'Usage
     
    
    Dim instance As NShapeSheet
    Dim value As NPointF
     
    instance.EndPoint = value
     
    value = instance.EndPoint
    [System.ComponentModel.Category("End points")]
    [System.ComponentModel.Description("Gets/sets the location of the shape sheet end point (expressed in parent coordinates). Applicable only if the HasEndPointsSection proprety is set to true.")]
    [System.Xml.Serialization.XmlIgnore()]
    public NPointF EndPoint {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