StepProgressBar.AutoSize Property
Gets or sets whether this control automatically adjusts its size to fit the total size of its content.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DefaultValue(false)]
[DXCategory("Properties")]
[EditorBrowsable(EditorBrowsableState.Always)]
public override bool AutoSize { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the control automatically scales depending on its content; otherwise, false. |
See Also