DataPA Enterprise Dashboard Controls API Reference
Gets and sets value that indicates whether a border should be shown on this object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool showBorder { get; set; }
Visual Basic
Public Property showBorder As Boolean
	Get
	Set
Visual C++
public:
virtual property bool showBorder {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if a border should be shown on this object.

Return Value

Type: Boolean
True if a border should be shown on this object.

Remarks