.NET Framework Class Library

Break.BreakApplied Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > Break Class > Break Properties >

.NET Framework Class Library

Break.BreakApplied Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property BreakApplied As Boolean
 Get
 Set

C#

public bool BreakApplied { getset; }

Visual C++

public:
property bool BreakApplied {
 bool get ();
 void set (bool value);
}

See Also

Break Class

Break Members

Gnostice.Core.DOM Namespace