Skip to main content
A newer version of this page is available. .
Tab

LinkStyle Members

Contains settings that define the style of links within web controls.

Constructors

Name Description
LinkStyle() Initializes a new instance of the LinkStyle class.
LinkStyle(Boolean) Initializes a new instance of the LinkStyle class with the specified importance attribute declaration.

Properties

Name Description
Color Gets or sets the color of links.
Font Gets the font settings for the normal state of links.
HoverColor Gets or sets the color for the hovered links.
HoverFont Gets the font settings for the hovered state of links.
HoverStyle Gets the style settings for the hovered state of links.
Style Gets the style settings for the normal state of links.
VisitedColor Gets or sets the color for the visited links.
VisitedFont Gets the font settings for the visited state of links.
VisitedStyle Gets the style settings for the visited state of links.

Methods

Name Description
Assign(LinkStyle) Copies the settings from the specified LinkStyle object to the current object.
CopyFrom(LinkStyle) Duplicates the properties of the specified object into the current instance of the LinkStyle class.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Returns the LinkStyle object to its original state.
ToString() Returns the string that represents the current object.
See Also