Package | Description |
---|---|
com.microfocus.silktest.jtf.wpf |
此程序包中包含 WPF TechDomain 的类。
|
com.microfocus.silktest.jtf.wpf.common.types |
此程序包中包含 WPF TechDomain 的数据类型。
|
Modifier and Type | Method and Description |
---|---|
Orientation |
WPFToolBarTray.getOrientation()
获取 ToolBarTray 的方向。
|
Orientation |
WPFToolBar.getOrientation()
获取 ToolBar 的方向。
|
Orientation |
WPFSlider.getOrientation()
获取 滑块是以水平方式还是垂直方式显示。
|
Orientation |
WPFScrollBar.getOrientation()
获取 ScrollBar 是以水平方式还是垂直方式显示。
|
Modifier and Type | Method and Description |
---|---|
double |
WPFFrameworkElement.getMaximumScrollPosition(Orientation orientation)
检索 ScrollViewer 的最大位置。
|
double |
IWPFScrollable.getMaximumScrollPosition(Orientation orientation)
检索 ScrollViewer 的最大位置。
|
double |
WPFFrameworkElement.getScrollPosition(Orientation orientation)
返回 ScrollViewer 的位置。
|
double |
IWPFScrollable.getScrollPosition(Orientation orientation)
返回 ScrollViewer 的位置。
|
void |
WPFFrameworkElement.scrollToPosition(double offset,
Orientation orientation)
设置 ScrollViewer 的位置。
|
void |
IWPFScrollable.scrollToPosition(double offset,
Orientation orientation)
设置 ScrollViewer 的位置。
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.