Specify whether the name of each coverage region displays in the 2D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsLabelsVisible() As Boolean |
[C#] |
---|
public bool IsLabelsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsLabelsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsLabelsVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsLabelsVisible( VARIANT_BOOL IsLabelsVisible ); |
[Java] |
---|
public bool getIsLabelsVisible(); public void setIsLabelsVisible( bool ); |