Share via


Borders.OutsideLineWidth Propriété

Définition

Renvoie ou définit l'épaisseur de trait de la bordure extérieure d'un objet.

public:
 property Microsoft::Office::Interop::Word::WdLineWidth OutsideLineWidth { Microsoft::Office::Interop::Word::WdLineWidth get(); void set(Microsoft::Office::Interop::Word::WdLineWidth value); };
public Microsoft.Office.Interop.Word.WdLineWidth OutsideLineWidth { get; set; }
member this.OutsideLineWidth : Microsoft.Office.Interop.Word.WdLineWidth with get, set
Public Property OutsideLineWidth As WdLineWidth

Valeur de propriété

Remarques

Cette propriété peut être définie sur True, False ou une WdLineWidth constante. Elle retourne wdUndefined si l’objet a des bordures extérieures avec plusieurs lignes de largeur ; sinon, False ou une constante WdLineWidth .

S’applique à