Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an array of strings that represent the relative paths in the resources directory to the cascading style sheet (CSS) files used by the tree view control.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ExternalCssRelativePaths As String()
Get
'Usage
Dim instance As TreeViewControl
Dim value As String()
value = instance.ExternalCssRelativePaths
public override string[] ExternalCssRelativePaths { get; }
Property Value
Type: []
An array of strings that represent the relative paths in the resources directory to the cascading style sheet (CSS) files used by the tree view control.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering Namespace