Description
Display the color at range.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RangeColorVisible() As Boolean
|
[C#] |
---|
public bool RangeColorVisible {get; set;}
|
[Managed C++] |
---|
public: __property bool get_RangeColorVisible(); public: __property void set_RangeColorVisible(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_RangeColorVisible(
VARIANT_BOOL * pVal
);
public: HRESULT put_RangeColorVisible(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getRangeColorVisible();
public void setRangeColorVisible(
bool
);
|
[Python - STK API] |
---|
@property
def RangeColorVisible(self) -> bool:
@RangeColorVisible.setter
def RangeColorVisible(self, pVal:bool) -> None:
|
See Also