Description
Gets or sets whether stars are shown or hidden in the scene.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ShowStars() As Boolean
|
[C#] |
---|
public bool ShowStars {get; set;}
|
[Managed C++] |
---|
public: __property bool get_ShowStars(); public: __property void set_ShowStars( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_ShowStars( VARIANT_BOOL * pRetVal ); public: HRESULT put_ShowStars( VARIANT_BOOL NewShowStars );
|
[Java] |
---|
public bool getShowStars();public void setShowStars( bool );
|
See Also