Gets or sets the definition of the pointer shape when Shape is set to Custom.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public string CustomShape { get; set; } |
Visual Basic Copy Code |
---|
Public Property CustomShape As String |
A string value describing the pointer shape.
The value of this property is used to construct a PathFigure for the pointer shape using the PathFigure constructor.