Description
Gets or sets the size, in pixels, of the outline around each point in the batch.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property OutlineWidth() As Single
|
[C#] |
---|
public float OutlineWidth {get; set;}
|
[Managed C++] |
---|
public: __property float get_OutlineWidth(); public: __property void set_OutlineWidth(
float
);
|
[Unmanaged C++] |
---|
public: HRESULT get_OutlineWidth(
float * pRetVal
);
public: HRESULT put_OutlineWidth(
float OutlineWidth
);
|
[Java] |
---|
public float getOutlineWidth();
public void setOutlineWidth(
float
);
|
Remarks
See Also