Description
Gets or sets the option for showing contour
lables
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ShowLabels() As Boolean
|
[C#] |
public bool ShowLabels {get; set;}
|
[Managed C++] |
public: __property bool get_ShowLabels();
public: __property void set_ShowLabels(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_ShowLabels(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowLabels(
VARIANT_BOOL NewShowLabels
);
|
[Java] |
public bool getShowLabels();public void setShowLabels(
bool
);
|
See Also