LinkStyle Members
In This Article
#Constructors
Name | Description |
---|---|
Link |
Initializes a new instance of the Link |
Link |
Initializes a new instance of the Link |
#Properties
Name | Description |
---|---|
Color | Gets or sets the color of links. |
Font | Gets the font settings for the normal state of links. |
Hover |
Gets or sets the color for the hovered links. |
Hover |
Gets the font settings for the hovered state of links. |
Hover |
Gets the style settings for the hovered state of links. |
Style | Gets the style settings for the normal state of links. |
Visited |
Gets or sets the color for the visited links. |
Visited |
Gets the font settings for the visited state of links. |
Visited |
Gets the style settings for the visited state of links. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified Link |
Copy |
Duplicates the properties of the specified object into the current instance of the Link |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Returns the Link |
To |
Returns the string that represents the current object. |
See Also