Search
RadialMenu.DefaultStroke Property
See Also
 






Gets or sets the default stroke of the menu items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Pen DefaultStroke { get; set; }

Visual Basic  Copy Code

Public Property DefaultStroke As Pen

 Property Value

An instance of the Pen class.

 See Also