Slider.IsDirectionReversed 属性

定义

获取或设置一个值,该值指示值增加的方向。

public:
 property bool IsDirectionReversed { bool get(); void set(bool value); };
bool IsDirectionReversed();

void IsDirectionReversed(bool value);
public bool IsDirectionReversed { get; set; }
var boolean = slider.isDirectionReversed;
slider.isDirectionReversed = boolean;
Public Property IsDirectionReversed As Boolean
<Slider IsDirectionReversed="bool"/>

属性值

Boolean

bool

如果数值的增大方向是水平滑块的左侧或垂直滑块的向下方向,则为 true;否则为 false。 默认值为 false

适用于