MindFusion.Wpf Pack Programmer's Guide
TickShape Enumeration
See Also
 





Indicates the shape of a scale tick.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public enum TickShape

Visual Basic  Copy Code

Public Enum TickShape

 Members

  Member name Description

Arrow1

Specifies an arrow shape.

Arrow2

Specifies an arrow shape.

Arrow3

Specifies an arrow shape.

Custom

Specifies a custom shape.

Ellipse

Specifies an elliptical shape.

Line

Specifies a line as a shape.

None

Specifies an empty shape, that is, the tick is not displayed.

Rectangle

Specifies a rectangular shape.

Rhombus

Specifies a rhombus as a shape.

RoundRect

Specifies a rounded rectangle as a shape.

Triangle

Specifies a triangular shape.

 Remarks

The values of this enumeration are assigned to the TickShape property of the TickSettings class.Custom value is specified the user is expected to supply a DataTemplate for the ticks through the TickTemplate property.

 See Also

MindFusion.Gauges.Wpf Namespace