Search
Ruler.ShowIcon Property
See Also
 






Gets or sets a value indicating whether to show the icon between the horizontal and vertical scales.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ShowIcon { get; set; }

Visual Basic  Copy Code

Public Property ShowIcon As Boolean

 Property Value

true to show the icon, otherwise false.

 See Also