AxisScrollBar.LineColor Propriedade

Definição

Obtém ou define a cor da linha de uma barra de rolagem.Gets or sets the line color of a scrollbar.

public:
 property System::Drawing::Color LineColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
public System.Drawing.Color LineColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
member this.LineColor : System.Drawing.Color with get, set
Public Property LineColor As Color

Valor da propriedade

Color

Um Color valor que representa a cor da linha da barra de rolagem.A Color value that represents the line color of the scrollbar. O valor padrão é Empty.The default value is Empty.

Atributos

Comentários

Essa propriedade representa a cor usada para as setas nos botões para cima/para baixo e para a esquerda/direita, o símbolo dentro do botão redefinir, bem como a borda da barra de rolagem inteira.This property represents the color used for the arrows in up/down and left/right buttons, the symbol inside the reset button, as well as the border of the entire scrollbar.

Se o valor dessa propriedade for Empty , a cor da linha usada será determinada pelo valor da LineColor propriedade.If the value of this property is Empty, the line color used will be determined by the LineColor property value.

Aplica-se a