ScrollChromeGlyph Enum
Specifies the valid glyphs supported by the scroll chrome element.
public enum ScrollChromeGlyph
Fields
| Name | Description |
|---|---|
| DownArrow | Indicates that the down arrow glyph will be used. |
| DropDownArrow | Indicates that the drop down arrow glyph will be used. |
| HorizontalGripper | Indicates that a horizontal gripper glyph will be used. |
| LeftArrow | Indicates that the left arrow glyph will be used. |
| None | Indicates that no glyph should be used. |
| RightArrow | Indicates that the right arrow glyph will be used. |
| UpArrow | Indicates that the up arrow glyph will be used. |
| VerticalGripper | Indicates that a vertical gripper glyph will be used. |