This document is archived and information here might be outdated. Recommended version. |
Indicates if the border pattern alternates across the width of the border.
[Visual Basic .NET] Public Property Alternating As Boolean
[C#] public bool Alternating {get; set;}
[C++]
HRESULT get_Alternating(
Boolean* Alternating
);
[C++]
HRESULT put_Alternating(
VARIANT_BOOL Alternating
);
[C++]
Parameters Alternating [out, retval]
Alternating is a parameter of type bool* Alternating [in]
Alternating is a parameter of type bool