ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPan Class / LineColor Property




In This Topic
    LineColor Property (ImGearPan)
    In This Topic
    Gets or sets the color for the pan rectangle drawing.
    Syntax
    'Declaration
     
    Public Property LineColor As Color
    'Usage
     
    Dim instance As ImGearPan
    Dim value As Color
     
    instance.LineColor = value
     
    value = instance.LineColor
    public Color LineColor {get; set;}
    public: __property Color get_LineColor();
    public: __property void set_LineColor( 
       Color value
    );
    public:
    property Color LineColor {
       Color get();
       void set (    Color value);
    }

    Property Value

    The color for the pan rectangle drawing. Default value is System.Drawing.Color.LightGreen.
    See Also