Property Appearance
Appearance
Gets or sets the visual appearance of the control's tabs.
[Browsable(false)]
public virtual TabAppearance Appearance { get; set; }
Property Value
- TabAppearance
One of the TabAppearance values. The default is
Normal
.
Remarks
This property was added for compatibility and currently doesn't change control behavior.