.NET Framework Class Library

Style.underline Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

Style.underline Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property underline As Boolean
 Get
 Set

C#

[DataMemberAttribute]
public bool underline { getset; }

Visual C++

public:
[DataMemberAttribute]
property bool underline {
 bool get ();
 void set (bool value);
}

See Also

Style Class

Style Members

Gnostice.Controls.ASP Namespace