Description
The contour level for which graphics
properties are being defined.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property Level() As System.Object
|
| [C#] |
public System.Object Level {get; set;}
|
| [Managed C++] |
public: __property VARIANT get_Level();
public: __property void set_Level(
VARIANT
);
|
| [Unmanaged C++] |
public: HRESULT get_Level(
VARIANT * pRetVal
);
public: HRESULT put_Level(
VARIANT NewLevel
);
|
| [Java] |
public Variant getLevel();public void setLevel(
Variant
);
|
See Also