TrackBar.AutoSize 属性

定义

获取或设置一个值,该值指示是否自动调整跟踪条的高度或宽度。

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

属性值

Boolean

如果自动调整跟踪条的大小,则为 true;否则为 false。 默认值为 true

属性

注解

如果水平对齐) 或宽度 () 垂直对齐,则可以将属性true设置为AutoSize使轨道栏调整其高度 (。 高度或宽度根据显示轨道条的屏幕分辨率调整为标准大小。 Set the AutoSize property to false if you want to adjust the size yourself.

适用于