LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
Appearance Property
See Also 
Leadtools.Multimedia Namespace > PlayCtrl Class : Appearance Property



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

Syntax

Visual Basic (Declaration) 
Public Overridable Property Appearance As Appearance
Visual Basic (Usage)Copy Code
Dim instance As PlayCtrl
Dim value As Appearance
 
instance.Appearance = value
 
value = instance.Appearance
C# 
public virtual Appearance Appearance {get; set;}
C++/CLI 
public:
virtual property Appearance Appearance {
   Appearance get();
   void set (    Appearance value);
}

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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also