Borders.OutsideLineWidth Propiedad

Definición

Devuelve o establece el ancho de línea del borde exterior de un objeto.

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

Valor de propiedad

Comentarios

Esta propiedad se puede establecer en True, False o una WdLineWidth constante. Devuelve wdUndefined si el objeto tiene bordes exteriores con más de un ancho de línea; De lo contrario, False o una constante WdLineWidth .

Se aplica a