Description
Gets or Sets persistence point/line width.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PersistenceWidth() As Double
|
| [C#] |
|---|
public double PersistenceWidth {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_PersistenceWidth(); public: __property void set_PersistenceWidth(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PersistenceWidth(
double * pRetVal
);
public: HRESULT put_PersistenceWidth(
double PersistenceWidth
);
|
| [Java] |
|---|
public double getPersistenceWidth();
public void setPersistenceWidth(
double
);
|
See Also