Gets or sets the pen used to draw the border of the spinner.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Pen Border { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Border As Pen |
An instance of the Pen class.
See Also