Nevron .NET Vision
Nevron.Chart Namespace / NGradientFillStyleTemplate Class / Variant Property


In This Topic
    Variant Property (NGradientFillStyleTemplate)
    In This Topic
    Gets or sets the variant of the gradient fill style created by this template
    Syntax
    'Declaration
     
    
    Public Property Variant As GradientVariant
    'Usage
     
    
    Dim instance As NGradientFillStyleTemplate
    Dim value As GradientVariant
     
    instance.Variant = value
     
    value = instance.Variant
    public GradientVariant Variant {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