Search
RadialMenu.DefaultStroke Property
See Also
 






Gets or sets the default stroke color of the stroke.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 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