DockingOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the docking options for the slider.
public enum class DockingOption
public enum DockingOption
type DockingOption =
Public Enum DockingOption
- Inheritance
-
DockingOption
Fields
Name | Value | Description |
---|---|---|
Top | 0 | Dock the slider at the top. |
Bottom | 1 | Dock the slider at the bottom. |