Size Property (StepLines)
In This Topic
Gets or sets the size of the plot element.
Syntax
'Declaration
Public Overridable Property Size As Size
'Usage
Dim instance As StepLines
Dim value As Size
instance.Size = value
value = instance.Size
public virtual Size Size {get; set;}
See Also