Appearance Property

Summary

Gets or sets a value determining the appearance of the control.

Syntax
C#
VB
C++
public virtual Appearance Appearance { get; set; } 
Public Overridable Property Appearance As Appearance 
public: 
virtual property Appearance Appearance { 
   Appearance get(); 
   void set (    Appearance ); 
} 

Property Value

An Appearance value representing the appearance.

Remarks

If the Appearance value is set to Flat, then the control is drawn with a flat border. If the value is set to ThreeD, then the control is drawn with a 3D border.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly