Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NBalloonTreeLayout Class / StartAngle Property


In This Topic
    StartAngle Property (NBalloonTreeLayout)
    In This Topic
    Gets/sets the start angle for the children of the root vertex, measured in degrees counter clockwise from the x-axis.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the start angle for the children of the root vertex, measured in degrees counter clockwise from the x-axis.")>
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Property StartAngle As System.Single
    'Usage
     
    
    Dim instance As NBalloonTreeLayout
    Dim value As System.Single
     
    instance.StartAngle = value
     
    value = instance.StartAngle
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the start angle for the children of the root vertex, measured in degrees counter clockwise from the x-axis.")]
    [System.ComponentModel.DefaultValue(0)]
    public System.float StartAngle {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