.NET Framework Class Library

ParaBorder.Bottom Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

ParaBorder.Bottom Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property Bottom As Border
 Get
 Set

C#

public Border Bottom { getset; }

Visual C++

public:
property BorderBottom {
 Borderget ();
 void set (Bordervalue);
}

See Also

ParaBorder Class

ParaBorder Members

Gnostice.Core.DOM Namespace