Opt whether to always show the entire line independent of the animation time.
Read-write property
[Visual Basic .NET] |
---|
Public Property AlwayShowEntireLine() As Boolean |
[C#] |
---|
public bool AlwayShowEntireLine {get; set;} |
[Managed C++] |
---|
public: __property bool get_AlwayShowEntireLine(); |
[Unmanaged C++] |
---|
public: HRESULT get_AlwayShowEntireLine( VARIANT_BOOL * pVal ); public: HRESULT put_AlwayShowEntireLine( VARIANT_BOOL alwayShowEntireLine ); |
[Java] |
---|
public bool getAlwayShowEntireLine(); public void setAlwayShowEntireLine( bool ); |