VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationLinearGradientBrush Class / LinearColors Property
Syntax Requirements SeeAlso
In This Topic
    LinearColors Property (AnnotationLinearGradientBrush)
    In This Topic
    Gets or sets the starting and ending colors of the gradient.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The starting and ending colors of the gradient.")>
    Public Property LinearColors As System.Drawing.Color
    
    
    [Description("The starting and ending colors of the gradient.")]
    public System.Drawing.Color LinearColors { get; set; }
    
    
    [Description("The starting and ending colors of the gradient.")]
    public: __property System.Drawing.Color* get_LinearColors();
    public: __property void set_LinearColors(
    System.Drawing.Color*[]* value
    );
    [Description("The starting and ending colors of the gradient.")]
    public:
    property System.Drawing.Color^ LinearColors { System.Drawing.Color^ get(); void set(array<System.Drawing.Color^>^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also