Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
ScrollGlyph Enumeration

Describes the glyphs used to repesents the Thumb.

Namespace: EO.Wpf.Themes.Royale
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum ScrollGlyph
Members
Member Name Description
None No glyph is used.
LeftArrow An arrow glyph pointing to the left.
RightArrow An arrow glyph pointing to the right.
UpArrow An arrow glyph pointing up.
DownArrow An arrow glyph pointing down.
VerticalGripper A vertical gripper glyph.
HorizontalGripper A horizontal gripper glyph.
See Also