Search
Pointer.CustomShape Property
See Also
 






Gets or sets the definition of the pointer shape when Shape is set to Custom.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public string CustomShape { get; set; }

Visual Basic  Copy Code

Public Property CustomShape As String

 Property Value

A string value describing the pointer shape.

 Remarks

The value of this property is used to construct a PathFigure for the pointer shape using the PathFigure constructor.

 See Also