Search
IMenuItem.StrokeColor Property
See Also
 






Gets or sets the color of the stroke.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Pen StrokeColor { get; set; }

Visual Basic  Copy Code

Property StrokeColor As Pen

 Property Value

An instance of the Pen class.

 See Also