Search
IMenuButton.Stroke Property
See Also
 






Gets or sets the pen used to draw the button outline.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

Pen Stroke { get; set; }

Visual Basic  Copy Code

Property Stroke As Pen

 Property Value

An instance of the Pen class.

 See Also