Search
Ruler.PointerColor Property
See Also
 





Gets or sets the color of the mouse pointer's projections.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public Color PointerColor { get; set; }

Visual Basic  Copy Code

Public Property PointerColor As Color

 Property Value

A Microsoft.Maui.Graphics.Color instance specifying the color of the pointer projection lines. The default is Red.

 See Also