Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAdvancedGradientPoint Class / X Property


In This Topic
    X Property (NAdvancedGradientPoint)
    In This Topic
    The horizontal position of the gradient point.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property X As System.Single
    'Usage
     
    
    Dim instance As NAdvancedGradientPoint
    Dim value As System.Single
     
    instance.X = value
     
    value = instance.X
    [System.Xml.Serialization.XmlAttribute()]
    public System.float X {get; set;}
    Remarks
    The position is specified in percents of the gradient width.
    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