DashboardObjectshowBorder Property |
|
DataPA OpenAnalytics API Reference
Gets and sets value that indicates whether a border should be shown on this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool showBorder { get; set; }
Public Property showBorder As Boolean
Get
Set
public:
virtual property bool showBorder {
bool get () sealed;
void set (bool value) sealed;
}
function get_showBorder();
function set_showBorder(value);
Property Value
Type:
BooleanTrue if a border should be shown on this object.
Return Value
Type:
BooleanTrue if a border should be shown on this object.
Remarks See Also