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





Specifies a display condition.

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

 Syntax

C#  Copy Code

public enum DisplayType

Visual Basic  Copy Code

Public Enum DisplayType

 Members

  Member name Description

Always

Indicates that the the element should always be displayed.

Auto

Indicates that the visibility of an element should be determined automatically.

Never

Indicates that the the element should always be hidden.

 Remarks

Members of this enumeration are used as values of the ShowMaxValueTick property.

 See Also

MindFusion.Gauges.Wpf Namespace