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 AutoFitBounds
);
|
| [Java] |
|---|
public bool getAutoFitBounds();
public void setAutoFitBounds(
bool
);
|
| [Python - STK API] |
|---|
@property
def AutoFitBounds(self) -> bool:
@AutoFitBounds.setter
def AutoFitBounds(self, AutoFitBounds:bool) -> None:
|
See Also