Description
Gets or Sets whether the persistence sweep (triangles) is displayed.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property DisplaySweep() As Boolean
|
[C#] |
---|
public bool DisplaySweep {get; set;}
|
[Managed C++] |
---|
public: __property bool get_DisplaySweep(); public: __property void set_DisplaySweep(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_DisplaySweep(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplaySweep(
VARIANT_BOOL DisplaySweep
);
|
[Java] |
---|
public bool getDisplaySweep();
public void setDisplaySweep(
bool
);
|
See Also