ParameterizableControl.ExternalCssRelativePaths Property
The relative paths to the cascading style sheets (CSS) that are used to render the Web Part.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ExternalCssRelativePaths As String()
Get
'Usage
Dim instance As ParameterizableControl
Dim value As String()
value = instance.ExternalCssRelativePaths
public virtual string[] ExternalCssRelativePaths { get; }
Property Value
Type: []
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace