Specify whether to use the auto fit bounds. Set to true to use the auto fit bounds..
Read-write property
[Visual Basic .NET] |
---|
Public Property AutoFitBounds() As Boolean |
[C#] |
---|
public bool AutoFitBounds {get; set;} |
[Managed C++] |
---|
public: __property bool get_AutoFitBounds(); |
[Unmanaged C++] |
---|
public: HRESULT get_AutoFitBounds( VARIANT_BOOL * pRetVal ); public: HRESULT put_AutoFitBounds( VARIANT_BOOL AutoFitBounds ); |
[Java] |
---|
public bool getAutoFitBounds(); public void setAutoFitBounds( bool ); |