TrackBar.AutoSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否自动调整跟踪条的高度或宽度。
public:
property bool AutoSize { bool get(); void set(bool value); };
public:
virtual property bool AutoSize { bool get(); void set(bool value); };
public bool AutoSize { get; set; }
[System.ComponentModel.Browsable(true)]
public override bool AutoSize { get; set; }
member this.AutoSize : bool with get, set
[<System.ComponentModel.Browsable(true)>]
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean
Public Overrides Property AutoSize As Boolean
属性值
如果自动调整跟踪条的大小,则为 true
;否则为 false
。 默认值为 true
。
- 属性
注解
如果水平对齐) 或宽度 () 垂直对齐,则可以将属性true
设置为AutoSize使轨道栏调整其高度 (。 高度或宽度根据显示轨道条的屏幕分辨率调整为标准大小。 Set the AutoSize property to false
if you want to adjust the size yourself.