Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

BackColor Property (PlayCtrl)






Gets or sets the background color for the control.
Syntax
public override Color BackColor {get; set;}
'Declaration
 
Public Overrides Property BackColor As Color
'Usage
 
Dim instance As PlayCtrl
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public:
property Color BackColor {
   Color get() override;
   void set (    Color value) override;
}

Property Value

A System.Drawing.Color value representing the background color.
Remarks
The BackColor property does not support transparent colors unless the SupportsTransparentBackColor value of System.Windows.Forms.ControlStyles is set to true. The BackColor property is an ambient property. An ambient property is a control property that, if not set, is retrieved from the parent control. For example, a Button will have the same BackColor as its parent Form by default.
Requirements

Target Platforms

See Also

Reference

PlayCtrl Class
PlayCtrl Members

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features