MapDataPlotFillOpacity Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the opacity used to fill features
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public double FillOpacity { get; set; }
Public Property FillOpacity As Double
Get
Set
public:
virtual property double FillOpacity {
double get () sealed;
void set (double value) sealed;
}
function get_FillOpacity();
function set_FillOpacity(value);
Return Value
Type:
DoubleThe opacity used to fill features
Implements
MapDataPlot_MapDataPlotFillOpacitySee Also