Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEllipticalArcToCommand Class / Ratio Property


In This Topic
    Ratio Property (NEllipticalArcToCommand)
    In This Topic
    Gets/sets the ratio between the major and minor ellipse axes. A ratio of 1 produces a circular arc. The value of this property must be larger than 0.
    Syntax
    'Declaration
     
    
    Public Property Ratio As System.Single
    'Usage
     
    
    Dim instance As NEllipticalArcToCommand
    Dim value As System.Single
     
    instance.Ratio = value
     
    value = instance.Ratio
    public System.float Ratio {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