.NET Framework Class Library

Bookmark.textStyleItalic Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

Bookmark.textStyleItalic Property

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property textStyleItalic As Boolean
 Get
 Set

C#

[DataMemberAttribute]
public bool textStyleItalic { getset; }

Visual C++

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

See Also

Bookmark Class

Bookmark Members

Gnostice.Controls.ASP Namespace