Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceEnvironment Class / YMagnitudeFactor Property


In This Topic
    YMagnitudeFactor Property
    In This Topic
    Gets/sets the Y magnitude factor. Controls the Y force fraction to apply at each iteration. By default set to 0.5f
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the Y magnitude factor. Controls the Y force fraction to apply at each iteration. By default set to 0.5f")>
    <System.ComponentModel.DefaultValueAttribute(0.5)>
    Public Property YMagnitudeFactor As System.Single
    'Usage
     
    
    Dim instance As NForceEnvironment
    Dim value As System.Single
     
    instance.YMagnitudeFactor = value
     
    value = instance.YMagnitudeFactor
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the Y magnitude factor. Controls the Y force fraction to apply at each iteration. By default set to 0.5f")]
    [System.ComponentModel.DefaultValue(0.5)]
    public System.float YMagnitudeFactor {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