DashboardDesignerFullScreenMode Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the control is in full screen mode.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool FullScreenMode { get; set; }
Public Property FullScreenMode As Boolean
Get
Set
public:
virtual property bool FullScreenMode {
bool get () sealed;
void set (bool value) sealed;
}
function get_FullScreenMode();
function set_FullScreenMode(value);
Property Value
Type:
BooleanTrue if the control is in full screen mode.
Return Value
Type:
BooleanTrue if the control is in full screen mode.
Remarks Setting this property to true does not change the size or location of the control, it merely determines what is displayed on the control.
In order to render the dashboard full screen, it is the developers responsibility to hide the border and other controls on the form and resize the dashboard control.
See Also