ProgressPanel.BorderStyle Property
Gets or sets the control's border style.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[DefaultValue(BorderStyles.Default)]
public override BorderStyles BorderStyle { get; set; }
<DefaultValue(BorderStyles.Default)>
Public Overrides Property BorderStyle As BorderStyles
Property Value
Type | Default | Description |
---|---|---|
BorderStyles | Default |
A BorderStyles enumeration value specifying the control's border style. |
Remarks
If the BorderStyles property is set to BorderStyles.Default, the border style is controlled by the BaseControl.LookAndFeel property.
See Also
Feedback