Nevron .NET Vision
Nevron.Diagram Namespace / NGuideline Class / Coordinate Property


In This Topic
    Coordinate Property
    In This Topic
    Controls the coordinate of the guideline
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data")>
    <System.ComponentModel.DescriptionAttribute("Controls the coordinate of the guideline")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Overridable Property Coordinate As System.Single
    'Usage
     
    
    Dim instance As NGuideline
    Dim value As System.Single
     
    instance.Coordinate = value
     
    value = instance.Coordinate
    [System.ComponentModel.Category("Data")]
    [System.ComponentModel.Description("Controls the coordinate of the guideline")]
    [System.Xml.Serialization.XmlAttribute()]
    public virtual System.float Coordinate {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