Gets or sets the default stroke color of the stroke.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Pen DefaultStroke { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DefaultStroke As Pen |
An instance of the Pen class.
See Also