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


In This Topic
    Intensity Property (NAdvancedGradientPoint)
    In This Topic
    The intensity of the color point.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Intensity As System.Single
    'Usage
     
    
    Dim instance As NAdvancedGradientPoint
    Dim value As System.Single
     
    instance.Intensity = value
     
    value = instance.Intensity
    [System.Xml.Serialization.XmlAttribute()]
    public System.float Intensity {get; set;}
    Remarks
    Smaller values mean that the point influence in the gradient will diminish and vice versa. The default value is 100.
    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