Search
TickSettings.CustomTickShape Property
See Also
 






Gets or sets the definition of the tick shape when TickShape is set to Custom.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public string CustomTickShape { get; set; }

Visual Basic  Copy Code

Public Property CustomTickShape As String

 Property Value

A string value describing the tick shape.

 Remarks

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

 See Also