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