This document is archived and information here might be outdated. Recommended version. |
Indicates whether the first point indicates the center.
[Visual Basic .NET]
Public Property StartCenter As Boolean
[C#]
public bool StartCenter {get; set;}
[C++]
HRESULT get_StartCenter(
Boolean* StartCenter
);
[C++]
HRESULT put_StartCenter(
VARIANT_BOOL StartCenter
);
[C++] Parameters StartCenter [out, retval]
StartCenter is a parameter of type bool* StartCenter [in]
StartCenter is a parameter of type bool