Use the maximum number of animation strand lines to show. If there are more than the specified number of valid strands, the animation lines are not displayed.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseHideAnimationGfxIfMoreThanNStrands() As Boolean |
[C#] |
---|
public bool UseHideAnimationGfxIfMoreThanNStrands {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseHideAnimationGfxIfMoreThanNStrands(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseHideAnimationGfxIfMoreThanNStrands( VARIANT_BOOL * pVal ); public: HRESULT put_UseHideAnimationGfxIfMoreThanNStrands( VARIANT_BOOL inVal ); |
[Java] |
---|
public bool getUseHideAnimationGfxIfMoreThanNStrands(); public void setUseHideAnimationGfxIfMoreThanNStrands( bool ); |