Description
Gets or sets the minimum pixel size of the inclusive distance interval.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MinimumPixelSize() As Integer
|
| [C#] |
|---|
public int MinimumPixelSize {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_MinimumPixelSize(); public: __property void set_MinimumPixelSize( int );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MinimumPixelSize( int * pRetVal ); public: HRESULT put_MinimumPixelSize( int NewMinimumPixelSize );
|
| [Java] |
|---|
public ppInteger getMinimumPixelSize(); public void setMinimumPixelSize( ppInteger );
|
See Also