Cursor.LineWidth Propriedade
Definição
Obtém ou define a largura da linha, em pixels, de um cursor.Gets or sets the line width, in pixels, of a cursor.
public:
property int LineWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int LineWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.LineWidth : int with get, set
Public Property LineWidth As Integer
Valor da propriedade
A largura da linha, em pixels.The line width, in pixels. O valor padrão é um (1).The default value is one (1).
- Atributos
Comentários
Use essa propriedade para especificar a largura da linha, em pixels, de um cursor.Use this property to specify the line width, in pixels, of a cursor.