Opt whether to display the name of the ellipse set at the center of each ellipse in the ellipse set.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsNameVisible() As Boolean |
[C#] |
---|
public bool IsNameVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsNameVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsNameVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsNameVisible( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getIsNameVisible(); public void setIsNameVisible( bool ); |