Share via


ResourceDependencies.ExternalCssDependencies Property

The relative paths to the cascading style sheets (CSS) that are used to render the Web Part.

Namespace:  Microsoft.PerformancePoint.Scorecards.Script
Assembly:  Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)

Syntax

'Declaration
Public Property ExternalCssDependencies As String()
    Get
    Set
'Usage
Dim instance As ResourceDependencies
Dim value As String()

value = instance.ExternalCssDependencies

instance.ExternalCssDependencies = value
public string[] ExternalCssDependencies { get; set; }

Property Value

Type: []

See Also

Reference

ResourceDependencies Class

ResourceDependencies Members

Microsoft.PerformancePoint.Scorecards.Script Namespace