Options.DefaultBorderColor Property

Definition

Returns or sets the default 24-bit color to use for new Border objects. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.

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

Property Value

Applies to