Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAdvancedGradientFillStyle Class / Points Property


In This Topic
    Points Property (NAdvancedGradientFillStyle)
    In This Topic
    An array of NAdvancedGradientPoint objects, which describe the advanced gradient.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlElementAttribute(Nevron.GraphicsCore.NAdvancedGradientPoint)>
    Public Property Points As NAdvancedGradientPointCollection
    'Usage
     
    
    Dim instance As NAdvancedGradientFillStyle
    Dim value As NAdvancedGradientPointCollection
     
    instance.Points = value
     
    value = instance.Points
    [System.Xml.Serialization.XmlElement(Nevron.GraphicsCore.NAdvancedGradientPoint)]
    public NAdvancedGradientPointCollection Points {get; set;}
    Remarks
    Each object in the collection represents an advanced gradient point with properties for shape, color, position, rotation and intensity.
    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