.NET Framework Class Library

Font.style Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > Font Class > Font Properties >

.NET Framework Class Library

Font.style Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property style As Style
 Get
 Set

C#

[DataMemberAttribute]
public Style style { getset; }

Visual C++

public:
[DataMemberAttribute]
property Stylestyle {
 Styleget ();
 void set (Stylevalue);
}

See Also

Font Class

Font Members

Gnostice.Controls.ASP Namespace