Nevron .NET Vision
Nevron.Chart Namespace / NPolarPanelAnchor Class / Angle Property


In This Topic
    Angle Property (NPolarPanelAnchor)
    In This Topic
    Gets or sets the angle
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the angle of the anchor")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Angle As NAngle
    'Usage
     
    
    Dim instance As NPolarPanelAnchor
    Dim value As NAngle
     
    instance.Angle = value
     
    value = instance.Angle
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the angle of the anchor")]
    [System.Xml.Serialization.XmlIgnore()]
    public NAngle Angle {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