MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
BackgroundGradient Class
NamespacesMPfm.WindowsControlsBackgroundGradient
The BackgroundGradient class adds border properties to the Gradient class.
Declaration Syntax
C#Visual Basic
public class BackgroundGradient : Gradient
Public Class BackgroundGradient _
	Inherits Gradient
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
BackgroundGradient()()()()
Default constructor for the BackgroundGradient class.

BackgroundGradient(Color, Color, LinearGradientMode, Color, Int32)
Constructor for the BackgroundGradient class.

BorderColor
Defines the border color.

BorderColorInt
Gets/sets the border color using a 32-bit integer (ARGB). This is used for serializing the Color structure in XML.

BorderWidth
Defines the border width (in pixels). To hide the border, enter 0.

Color1
Defines the first color of the gradient.
(Inherited from Gradient.)
Color1Int
Gets/sets the first color of the gradient using a 32-bit integer (ARGB). This is used for serializing the Color structure in XML.
(Inherited from Gradient.)
Color2
Defines the second color of the gradient.
(Inherited from Gradient.)
Color2Int
Gets/sets the second color of the gradient using a 32-bit integer (ARGB). This is used for serializing the Color structure in XML.
(Inherited from Gradient.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GradientMode
Defines the gradient mode.
(Inherited from Gradient.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Gradient
 BackgroundGradient
  TextGradient

Assembly: MPfm.WindowsControls (Module: MPfm.WindowsControls) Version: 0.5.3.0 (0.5.3.0)