Specify whether inheritable 2D Graphics attributes of the area target are inherited from Scenario-level settings.
Read-write property
[Visual Basic .NET] |
---|
Public Property Inherit() As Boolean |
[C#] |
---|
public bool Inherit {get; set;} |
[Managed C++] |
---|
public: __property bool get_Inherit(); |
[Unmanaged C++] |
---|
public: HRESULT get_Inherit( VARIANT_BOOL * pInherit ); public: HRESULT put_Inherit( VARIANT_BOOL pInherit ); |
[Java] |
---|
public bool getInherit(); public void setInherit( bool ); |