Cursor.LineWidth Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la largeur de ligne, en pixels, d’un curseur.
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
Valeur de propriété
Largeur de ligne en pixels. La valeur par défaut est un (1).
- Attributs
Remarques
Utilisez cette propriété pour spécifier la largeur de ligne, en pixels, d’un curseur.