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;} |
Property Value
An
Appearance value representing the appearance.
Remarks
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